diff --git a/demartzinc b/demartzinc new file mode 100644 index 000000000..bcffea9ad --- /dev/null +++ b/demartzinc @@ -0,0 +1,29 @@ +{ + "mcpServers": { + "github": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-github" + ], + "env": { + "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_example_personal_access_token12345" + } + }, + "gitlab": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-gitlab" + ] + }, + "cloudflare-observability": { + "command": "npx", + "args": ["mcp-remote", "https://observability.mcp.cloudflare.com/sse"] + }, + "cloudflare-bindings": { + "command": "npx", + "args": ["mcp-remote", "https://bindings.mcp.cloudflare.com/sse"] + } + } +}