Skip to content

Instantly share code, notes, and snippets.

@theArjun
Created September 12, 2025 15:02
Show Gist options
  • Select an option

  • Save theArjun/a4e3591127299c836ea0f408a2fc4dd6 to your computer and use it in GitHub Desktop.

Select an option

Save theArjun/a4e3591127299c836ea0f408a2fc4dd6 to your computer and use it in GitHub Desktop.
MY MCP Servers
{
"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