Created
March 22, 2025 17:07
-
-
Save algonacci/ce0200d6d0dd814ef43e8f6708b21769 to your computer and use it in GitHub Desktop.
mcp config starters
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": { | |
"mcp-tools": { | |
"command": "uv", | |
"args": [ | |
"--directory", | |
"C:/Users/Braincore/Documents/GitHub/mcp-tools", | |
"run", | |
"python", | |
"server.py" | |
] | |
}, | |
"sequential-thinking": { | |
"command": "npx", | |
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"] | |
}, | |
"filesystem": { | |
"command": "npx", | |
"args": [ | |
"-y", | |
"@modelcontextprotocol/server-filesystem", | |
"C:/Users/Braincore/Desktop", | |
"C:/Users/Braincore/Downloads" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment