Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lguzzon/64a284668f81bab1568226a885149e7c to your computer and use it in GitHub Desktop.
Save lguzzon/64a284668f81bab1568226a885149e7c to your computer and use it in GitHub Desktop.
claude_desktop_config.json
{
"mcpServers": {
"count-r": {
"command": "python",
"args": [
"C:\\Users\\mberm\\count-r-server\\server.py"
],
"host": "127.0.0.1",
"port": 8080,
"timeout": 30000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment