Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From cartog
Runs 'cartog serve --watch' as a local stdio MCP server. Provides tools, resources, or prompts via Cartog CLI. No secrets required. Purpose unclear from configuration.
npx claudepluginhub jrollin/cartog --plugin cartogCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cartog": {
"command": "cartog",
"args": [
"serve",
"--watch"
]
}
}
}Server configuration and connection parameters
cartogCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.