Created
March 16, 2026 18:27
-
-
Save fmundaca/e1ea25f9ead7e275ef8baa0efe382e0f to your computer and use it in GitHub Desktop.
Cursor MCP config - placeholders for tokens and keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mcpServers": { | |
| "dokumentr": { | |
| "url": "https://dokumentr.rankmi.com/mcp", | |
| "headers": { | |
| "X-Github-Token": "YOUR_DOKUMENTR_GITHUB_TOKEN", | |
| "X-Youtrack-Token": "YOUR_YOUTRACK_TOKEN" | |
| } | |
| }, | |
| "glitchtip": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "mcp-glitchtip" | |
| ], | |
| "env": { | |
| "GLITCHTIP_TOKEN": "YOUR_GLITCHTIP_TOKEN", | |
| "GLITCHTIP_ORGANIZATION": "rankmi", | |
| "GLITCHTIP_BASE_URL": "https://glitchtip.rankmi.dev" | |
| } | |
| }, | |
| "chrome-devtools-mcp": { | |
| "command": "/path/to/devtool-mcp.sh", | |
| "args": [ | |
| "npx", | |
| "-y", | |
| "chrome-devtools-mcp@latest" | |
| ] | |
| }, | |
| "github": { | |
| "command": "docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server", | |
| "env": { | |
| "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN" | |
| }, | |
| "args": [] | |
| } | |
| }, | |
| "allowlist": [ | |
| "dokumentr", | |
| "summarize", | |
| "describe", | |
| "edit", | |
| "refactor", | |
| "testgen", | |
| "trace", | |
| "explain", | |
| "search", | |
| "fix", | |
| "review" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment