Skip to content

Instantly share code, notes, and snippets.

@mberman84
Created March 12, 2025 20:50
Show Gist options
  • Save mberman84/931fb7acf8c99279a54053328c2f074a to your computer and use it in GitHub Desktop.
Save mberman84/931fb7acf8c99279a54053328c2f074a 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