Files
.vscode.d/cursor/mcp.json
2025-07-07 13:22:32 +01:00

27 lines
512 B
JSON

{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp"
},
"sequential-thinking": {
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-sequential-thinking",
"--",
"mcp-server-sequential-thinking"
]
},
"memory": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-memory",
"--",
"mcp-server-memory"
]
}
}
}