feat(mcp/context7): add context7 MCP server for Cursor and VSCode

This commit is contained in:
Jim Myhrberg
2025-06-03 13:28:52 +01:00
parent cac7469394
commit 16d458cb63
3 changed files with 32 additions and 0 deletions

View File

@@ -275,6 +275,25 @@
],
//
// ===========================================================================
// MARK: MCP Servers (VSCode)
// ===========================================================================
//
"mcp": {
"servers": {
"context7": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@upstash/context7-mcp",
"--",
"context7-mcp"
]
}
}
},
//
// ===========================================================================
// MARK: GitHub
// ===========================================================================
// Extensions: