2026-01-20 13:57:36 +08:00
|
|
|
{
|
|
|
|
|
"mcpServers": {
|
|
|
|
|
"filesystem": {
|
2026-03-11 10:03:01 +08:00
|
|
|
"enabled": false,
|
2026-01-21 16:14:00 +08:00
|
|
|
"type": "stdio",
|
2026-01-20 13:57:36 +08:00
|
|
|
"command": "npx",
|
2026-03-11 10:03:01 +08:00
|
|
|
"args": [
|
|
|
|
|
"-y",
|
|
|
|
|
"@modelcontextprotocol/server-filesystem",
|
|
|
|
|
"/path/to/allowed/files"
|
|
|
|
|
],
|
2026-01-20 13:57:36 +08:00
|
|
|
"env": {},
|
|
|
|
|
"description": "Provides filesystem access within allowed directories"
|
|
|
|
|
},
|
|
|
|
|
"github": {
|
2026-03-11 10:03:01 +08:00
|
|
|
"enabled": false,
|
2026-01-21 16:14:00 +08:00
|
|
|
"type": "stdio",
|
2026-01-20 13:57:36 +08:00
|
|
|
"command": "npx",
|
2026-03-11 10:03:01 +08:00
|
|
|
"args": [
|
|
|
|
|
"-y",
|
|
|
|
|
"@modelcontextprotocol/server-github"
|
|
|
|
|
],
|
2026-01-20 13:57:36 +08:00
|
|
|
"env": {
|
|
|
|
|
"GITHUB_TOKEN": "$GITHUB_TOKEN"
|
|
|
|
|
},
|
|
|
|
|
"description": "GitHub MCP server for repository operations"
|
|
|
|
|
},
|
|
|
|
|
"postgres": {
|
|
|
|
|
"enabled": false,
|
2026-01-21 16:14:00 +08:00
|
|
|
"type": "stdio",
|
2026-01-20 13:57:36 +08:00
|
|
|
"command": "npx",
|
2026-03-11 10:03:01 +08:00
|
|
|
"args": [
|
|
|
|
|
"-y",
|
|
|
|
|
"@modelcontextprotocol/server-postgres",
|
|
|
|
|
"postgresql://localhost/mydb"
|
|
|
|
|
],
|
2026-01-20 13:57:36 +08:00
|
|
|
"env": {},
|
|
|
|
|
"description": "PostgreSQL database access"
|
|
|
|
|
}
|
2026-03-11 10:03:01 +08:00
|
|
|
},
|
|
|
|
|
"skills": {}
|
|
|
|
|
}
|