Skip to content

Instantly share code, notes, and snippets.

@niradler
Last active August 21, 2025 23:48
Show Gist options
  • Save niradler/50007c6cd60db13cf8477b3b5caa96f0 to your computer and use it in GitHub Desktop.
Save niradler/50007c6cd60db13cf8477b3b5caa96f0 to your computer and use it in GitHub Desktop.
portable-mcp-settings
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "C:/Projects"]
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"code-feedback": {
"command": "npx",
"args": ["-y", "code-feedback"],
"env": {
"MCP_ALLOWED_PATHS": "C:/Projects"
}
},
"diagram-mcp": {
"command": "npx",
"args": ["-y", "diagram-mcp"],
"env": {
"PORT": "8196"
}
},
"shadcn-ui": {
"command": "npx",
"args": ["@jpisnice/shadcn-ui-mcp-server"]
},
"dependency-checker": {
"command": "npx",
"args": ["-y", "dependency-mcp"]
}
}
}
{
"mcpServers": {
"shadcn-ui": {
"command": "npx",
"args": [
"-y",
"@jpisnice/shadcn-ui-mcp-server"
]
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
},
"dependency-checker": {
"command": "npx",
"args": [
"-y",
"dependency-mcp"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment