Last active
August 21, 2025 23:48
-
-
Save niradler/50007c6cd60db13cf8477b3b5caa96f0 to your computer and use it in GitHub Desktop.
portable-mcp-settings
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
{ | |
"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"] | |
} | |
} | |
} |
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
{ | |
"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