Skip to content

Instantly share code, notes, and snippets.

@mostlyfine
Created September 18, 2025 17:00
Show Gist options
  • Select an option

  • Save mostlyfine/3f1f0ad3b5660e153df8a014036c59eb to your computer and use it in GitHub Desktop.

Select an option

Save mostlyfine/3f1f0ad3b5660e153df8a014036c59eb to your computer and use it in GitHub Desktop.
{
"agents": [
"claude-code",
"gemini-cli"
],
"mcpServers": {
"markdownit": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/markitdown"
],
"env": {}
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
],
"env": {}
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"env": {}
},
"awslabs.aws-documentation-mcp-server": {
"command": "uvx",
"args": [
"awslabs.aws-documentation-mcp-server"
],
"env": {}
},
"awslabs.terraform-mcp-server": {
"command": "uvx",
"args": [
"awslabs.terraform-mcp-server@latest"
],
"env": {}
},
"deepwiki": {
"command": "npx",
"args": [
"-y",
"mcp-deepwiki@latest"
],
"env": {}
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
],
"env": {}
},
"terraform": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"hashicorp/terraform-mcp-server"
],
"env": {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment