Created
September 12, 2025 15:02
-
-
Save theArjun/a4e3591127299c836ea0f408a2fc4dd6 to your computer and use it in GitHub Desktop.
MY MCP Servers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers":[ | |
| "context7":{ | |
| "type":"http", | |
| "url":"https://mcp.context7.com/mcp" | |
| }, | |
| "sequentialthinking":{ | |
| "command":"npx", | |
| "args":[ | |
| "-y", | |
| "@modelcontextprotocol/server-sequential-thinking" | |
| ], | |
| "type":"stdio" | |
| }, | |
| "memory":{ | |
| "command":"npx", | |
| "args":[ | |
| "-y", | |
| "@modelcontextprotocol/server-memory" | |
| ], | |
| "env":{ | |
| "MEMORY_FILE_PATH":"${input:memory_file_path}" | |
| }, | |
| "type":"stdio" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment