Skip to content

Instantly share code, notes, and snippets.

@Anselmoo
Created October 14, 2025 19:22
Show Gist options
  • Save Anselmoo/11fb9aa72eebbe080b777ebd92b47338 to your computer and use it in GitHub Desktop.
Save Anselmoo/11fb9aa72eebbe080b777ebd92b47338 to your computer and use it in GitHub Desktop.
MCP Config for GitHub Spaces
{
"mcpServers": {
"sequentialthinking": {
"type": "local",
"command": "npx",
"tools": ["sequentialthinking"],
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking@latest"]
},
"fetch": {
"command": "uvx",
"type": "local",
"tools": ["fetch"],
"args": ["mcp-server-fetch"]
},
"ai-agent-guidelines": {
"command": "npx",
"type": "local",
"tools": [
"code-hygiene-analyzer",
"design-assistant",
"domain-neutral-prompt-builder",
"gap-frameworks-analyzers",
"guidelines-validator",
"hierarchical-prompt-builder",
"hierarchy-level-selector",
"iterative-coverage-enhancer",
"memory-context-optimizer",
"mermaid-diagram-generator",
"mode-switcher",
"model-compatibility-checker",
"project-onboarding",
"prompt-chaining-builder",
"prompt-flow-builder",
"prompting-hierarchy-evaluator",
"security-hardening-prompt-builder",
"semantic-code-analyzer",
"spark-prompt-builder",
"sprint-timeline-calculator",
"strategy-frameworks-builder"
],
"args": ["-y", "mcp-ai-agent-guidelines@latest"]
},
"context7": {
"command": "npx",
"type": "local",
"tools": ["get-library-docs", "resolve-library-id"],
"args": ["-y", "@upstash/context7-mcp@latest"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment