← Back to Plugins
MCP Server MCP

io.github.datasynx/cartography

github By github 👁 1 views ▲ 0 votes

MCP-first read-only discovery of your infra & SaaS landscape as MCP resources, tools and prompts.

Homepage Verified source GitHub

Install

npx -y @datasynx/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@datasynx/agentic-ai-cartography",
      "version": "2.12.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "@datasynx/agentic-ai-cartography",
          "type": "named",
          "name": "--package"
        },
        {
          "isRequired": true,
          "value": "cartography-mcp",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "description": "Path to the SQLite catalog",
          "type": "named",
          "name": "--db"
        },
        {
          "description": "Session id to serve, or 'latest'",
          "type": "named",
          "name": "--session"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...