{"id":34570534,"url":"https://github.com/reearth/reearth-cms-mcp","last_synced_at":"2026-03-13T09:33:28.701Z","repository":{"id":327953184,"uuid":"1113607296","full_name":"reearth/reearth-cms-mcp","owner":"reearth","description":"MCP server for Re:Earth CMS","archived":false,"fork":false,"pushed_at":"2025-12-10T12:15:59.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-10T16:37:36.561Z","etag":null,"topics":["cms","golang","mcp","mcp-server","reearth"],"latest_commit_sha":null,"homepage":"https://cms.reearth.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reearth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-10T08:00:48.000Z","updated_at":"2025-12-10T15:06:58.000Z","dependencies_parsed_at":"2025-12-10T17:10:04.373Z","dependency_job_id":null,"html_url":"https://github.com/reearth/reearth-cms-mcp","commit_stats":null,"previous_names":["reearth/reearth-cms-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/reearth/reearth-cms-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reearth%2Freearth-cms-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reearth%2Freearth-cms-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reearth%2Freearth-cms-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reearth%2Freearth-cms-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reearth","download_url":"https://codeload.github.com/reearth/reearth-cms-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reearth%2Freearth-cms-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30464786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","golang","mcp","mcp-server","reearth"],"created_at":"2025-12-24T09:17:45.839Z","updated_at":"2026-03-13T09:33:28.692Z","avatar_url":"https://github.com/reearth.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Re:Earth CMS MCP Server\n\n\u003e MCP server for [Re:Earth CMS](https://reearth.io/product/cms).\n\n## Usecases\n\nHere are some useful prompts to get started:\n\n| Usecase | Prompt |\n|---------|--------|\n| Add comment | `Add a comment \"Needs review\" to item XXX` |\n| Bulk update | `Update all items in \"locations\" model to set status to \"published\"` |\n| Copy structure | `Copy the \"template\" model and name it \"new-project\"` |\n| Create item | `Create a new item in the \"events\" model with title \"Summer Festival\" and date \"2025-08-15\"` |\n| Data summary | `Summarize the data in the \"sensors\" model` |\n| Explore models | `What models are available in project XXX?` |\n| Export data | `Export all items from \"buildings\" model as GeoJSON` |\n| List all projects | `Show me all projects in my workspace` |\n| Publish asset | `Publish asset 123 in project abc` |\n| Publish item | `Publish item 456 in model \"articles\"` |\n| Search items | `Find all items in the \"products\" model that contain \"Tokyo\"` |\n| Unpublish asset | `Unpublish asset 789 in project abc` |\n| View schema | `Show me the schema for the \"articles\" model` |\n\n## Features\n\n- **Assets**: Manage assets and publish/unpublish them\n- **Comments**: Add, update, and delete comments on items and assets\n- **Export**: Export items as CSV or GeoJSON\n- **Groups**: Create, update, and delete groups\n- **Items**: Create, read, update, delete, and publish items\n- **Models**: List models and retrieve schema definitions\n- **Projects**: List and manage projects in your workspace\n\nNote that this MCP doesn't have capabilities to manage workspaces, users and model's schemas.\n\n## Installation\n\n### Docker (Recommended)\n\n```bash\ndocker pull reearth/reearth-cms-mcp\n```\n\n### Go\n\n```bash\ngo install github.com/reearth/reearth-cms-mcp\n```\n\n## Configuration\n\n### Prerequisites\n\nThis MCP server uses the Re:Earth CMS integration API, so you need the following information:\n\n**How to obtain:**\n\n- **Integration Token**: Create an integration in your Re:Earth CMS workspace settings. (Documentation is not yet available)\n- **Workspace ID**: You can find your workspace ID in the URL when using Re:Earth CMS editor: `https://cms.reearth.io/workspaces/{workspace-id}/...`\n\n\u003cdetails\u003e\n\u003csummary\u003eClaude Code\u003c/summary\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDocker (Recommended)\u003c/th\u003e\u003cth\u003eGo\u003c/th\u003e\u003c/tr\u003e\n\u003ctr valign=top\u003e\n\u003ctd\u003e\n\n```bash\nclaude mcp add reearth-cms -e REEARTH_CMS_TOKEN=your-api-token -e REEARTH_CMS_WORKSPACE_ID=your-workspace-id -- docker run -i --rm -e REEARTH_CMS_TOKEN -e REEARTH_CMS_WORKSPACE_ID reearth/reearth-cms-mcp\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```bash\nclaude mcp add reearth-cms -e REEARTH_CMS_TOKEN=your-api-token -e REEARTH_CMS_WORKSPACE_ID=your-workspace-id -- reearth-cms-mcp\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eClaude Desktop\u003c/summary\u003e\n\nAdd the following to your Claude Desktop config file:\n\n- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDocker (Recommended)\u003c/th\u003e\u003cth\u003eGo\u003c/th\u003e\u003c/tr\u003e\n\u003ctr valign=top\u003e\n\u003ctd\u003e\n\n```json\n{\n  \"mcpServers\": {\n    \"reearth-cms\": {\n      \"command\": \"docker\",\n      \"args\": [\"run\", \"-i\", \"--rm\", \"-e\", \"REEARTH_CMS_TOKEN\", \"-e\", \"REEARTH_CMS_WORKSPACE_ID\", \"reearth/reearth-cms-mcp\"],\n      \"env\": {\n        \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n        \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```json\n{\n  \"mcpServers\": {\n    \"reearth-cms\": {\n      \"command\": \"reearth-cms-mcp\",\n      \"env\": {\n        \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n        \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCodex\u003c/summary\u003e\n\nAdd the following to your Codex MCP configuration:\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDocker (Recommended)\u003c/th\u003e\u003cth\u003eGo\u003c/th\u003e\u003c/tr\u003e\n\u003ctr valign=top\u003e\n\u003ctd\u003e\n\n```toml\n[mcp_servers.reearth-cms]\nargs = [\"run\", \"-i\", \"--rm\", \"reearth/reearth-cms-mcp\"]\ncommand = \"docker\"\n\n[mcp_servers.reearth-cms.env]\nREEARTH_CMS_TOKEN = \"you-api-token\"\nREEARTH_CMS_WORKSPACE_ID = \"your-workspace-id\"\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```toml\n[mcp_servers.reearth-cms]\ncommand = \"reearth-cms-mcp\"\n\n[mcp_servers.reearth-cms.env]\nREEARTH_CMS_TOKEN = \"you-api-token\"\nREEARTH_CMS_WORKSPACE_ID = \"your-workspace-id\"\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCursor\u003c/summary\u003e\n\nAdd the following to your Cursor MCP configuration (`~/.cursor/mcp.json`):\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDocker (Recommended)\u003c/th\u003e\u003cth\u003eGo\u003c/th\u003e\u003c/tr\u003e\n\u003ctr valign=top\u003e\n\u003ctd\u003e\n\n```json\n{\n  \"mcpServers\": {\n    \"reearth-cms\": {\n      \"command\": \"docker\",\n      \"args\": [\"run\", \"-i\", \"--rm\", \"-e\", \"REEARTH_CMS_TOKEN\", \"-e\", \"REEARTH_CMS_WORKSPACE_ID\", \"reearth/reearth-cms-mcp\"],\n      \"env\": {\n        \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n        \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```json\n{\n  \"mcpServers\": {\n    \"reearth-cms\": {\n      \"command\": \"reearth-cms-mcp\",\n      \"env\": {\n        \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n        \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eRaycast\u003c/summary\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDocker (Recommended)\u003c/th\u003e\u003cth\u003eGo\u003c/th\u003e\u003c/tr\u003e\n\u003ctr valign=top\u003e\n\u003ctd\u003e\n\n1. Open Raycast Settings  \n2. Go to **Extensions** \u003e **AI Commands** \u003e **MCP Servers**  \n3. Click **Add Server** and configure:\n\n| Field | Value |\n|-------|-------|\n| Name | `reearth-cms` |\n| Command | `docker` |\n| Arguments | `run -i --rm -e REEARTH_CMS_TOKEN -e REEARTH_CMS_WORKSPACE_ID reearth/reearth-cms-mcp` |\n\n4. Add environment variables:\n\n| Variable | Value |\n|----------|-------|\n| `REEARTH_CMS_TOKEN` | `your-api-token` |\n| `REEARTH_CMS_WORKSPACE_ID` | `your-workspace-id` |\n\nOr via config file (`~/.config/raycast/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"reearth-cms\": {\n      \"command\": \"docker\",\n      \"args\": [\"run\", \"-i\", \"--rm\", \"-e\", \"REEARTH_CMS_TOKEN\", \"-e\", \"REEARTH_CMS_WORKSPACE_ID\", \"reearth/reearth-cms-mcp\"],\n      \"env\": {\n        \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n        \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n1. Open Raycast Settings  \n2. Go to **Extensions** \u003e **AI Commands** \u003e **MCP Servers**  \n3. Click **Add Server** and configure:\n\n| Field | Value |\n|-------|-------|\n| Name | `reearth-cms` |\n| Command | `reearth-cms-mcp` |\n\n4. Add environment variables:\n\n| Variable | Value |\n|----------|-------|\n| `REEARTH_CMS_TOKEN` | `your-api-token` |\n| `REEARTH_CMS_WORKSPACE_ID` | `your-workspace-id` |\n\nAlternatively, you can add the server via Raycast's config file (`~/.config/raycast/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"reearth-cms\": {\n      \"command\": \"reearth-cms-mcp\",\n      \"env\": {\n        \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n        \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eVS Code\u003c/summary\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDocker (Recommended)\u003c/th\u003e\u003cth\u003eGo\u003c/th\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003cth align=left colspan=2\u003eVS Code (version 1.101 or greater)\u003c/th\u003e\u003c/tr\u003e\n\u003ctr valign=top\u003e\n\u003ctd\u003e\n\n```json\n{\n  \"mcp\": {\n    \"servers\": {\n      \"reearth-cms\": {\n        \"command\": \"docker\",\n        \"args\": [\"run\", \"-i\", \"--rm\", \"-e\", \"REEARTH_CMS_TOKEN\", \"-e\", \"REEARTH_CMS_WORKSPACE_ID\", \"reearth/reearth-cms-mcp\"],\n        \"env\": {\n          \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n          \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n        }\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```json\n{\n  \"mcp\": {\n    \"servers\": {\n      \"reearth-cms\": {\n        \"command\": \"reearth-cms-mcp\",\n        \"env\": {\n          \"REEARTH_CMS_TOKEN\": \"your-api-token\",\n          \"REEARTH_CMS_WORKSPACE_ID\": \"your-workspace-id\"\n        }\n      }\n    }\n  }\n}\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n## License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freearth%2Freearth-cms-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freearth%2Freearth-cms-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freearth%2Freearth-cms-mcp/lists"}