Skip to content

Instantly share code, notes, and snippets.

@bestpika
Last active September 30, 2025 02:32
Show Gist options
  • Save bestpika/7d35d3dd880c7f8c7b340e2e8dc8b3fb to your computer and use it in GitHub Desktop.
Save bestpika/7d35d3dd880c7f8c7b340e2e8dc8b3fb to your computer and use it in GitHub Desktop.
MCP
model = "gpt-5-codex"
model_reasoning_effort = "high"
[mcp_servers.sequentialthinking]
type = 'stdio'
command = 'c:\nvm4w\nodejs\mcp-remote.cmd'
args = [
'https://remote.mcpservers.org/sequentialthinking/mcp',
]
[mcp_servers.sequentialthinking.env]
SYSTEMROOT = 'c:\windows'
[mcp_servers.context7]
type = 'stdio'
command = 'c:\nvm4w\nodejs\mcp-remote.cmd'
args = [
'https://mcp.context7.com/mcp',
'--header',
'YOUR-API-KEY',
]
[mcp_servers.context7.env]
SYSTEMROOT = 'c:\windows'
[mcp_servers.deepwiki]
type = 'stdio'
command = 'c:\nvm4w\nodejs\mcp-remote.cmd'
args = [
'https://mcp.deepwiki.com/mcp',
]
[mcp_servers.deepwiki.env]
SYSTEMROOT = 'c:\windows'
[mcp_servers.fetch]
type = 'stdio'
command = 'c:\nvm4w\nodejs\mcp-remote.cmd'
args = [
'https://remote.mcpservers.org/fetch/mcp',
]
[mcp_servers.fetch.env]
SYSTEMROOT = 'c:\windows'
[mcp_servers.dart]
type = "stdio"
command = 'c:\sdks\flutter\bin\dart.bat'
args = ["mcp-server"]
[mcp_servers.dart.env]
SYSTEMROOT = 'c:\windows'
{
"hasSeenIdeIntegrationNudge": true,
"ideMode": true,
"mcpServers": {
"sequentialthinking": {
"httpUrl": "https://remote.mcpservers.org/sequentialthinking/mcp"
},
"context7": {
"httpUrl": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR-API-KEY",
"Accept": "application/json, text/event-stream"
}
},
"deepwiki": {
"httpUrl": "https://mcp.deepwiki.com/mcp"
},
"fetch": {
"httpUrl": "https://remote.mcpservers.org/fetch/mcp"
},
"dart": {
"command": "dart",
"args": [
"mcp-server",
"--experimental-mcp-server"
]
}
},
"selectedAuthType": "gemini-api-key"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment