Skip to content

Instantly share code, notes, and snippets.

@samix73
Created January 7, 2026 13:01
Show Gist options
  • Select an option

  • Save samix73/dbdf2844c23114e054661fa7785b1e8f to your computer and use it in GitHub Desktop.

Select an option

Save samix73/dbdf2844c23114e054661fa7785b1e8f to your computer and use it in GitHub Desktop.
{
"servers": {
"deepwiki": {
"url": "https://mcp.deepwiki.com/sse",
"type": "http"
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"env": {
"MEMORY_FILE_PATH": "${input:memory_file_path}"
},
"type": "stdio"
},
"gopls": {
"command": "gopls",
"args": [
"mcp"
],
"type": "stdio"
}
},
"inputs": [
{
"id": "memory_file_path",
"type": "promptString",
"description": "Path to the memory storage file (optional)",
"password": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment