Personal productivity MCP server - todos, reminders, reading list, strategy milestones. Go, on Fly.io. Built for my own use.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"momentum-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/dang-w/momentum-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add momentum-mcp-server go run github.com/dang-w/momentum-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"momentum-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/dang-w/momentum-mcp-server@latest"
]
}
}
}