Local-first usage and live status for Claude Code & Codex sessions — skills, MCP servers, and tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"toktop": {
"command": "go",
"args": [
"run",
"github.com/toktop/toktop@latest"
]
}
}
}
Run in terminal:
claude mcp add toktop go run github.com/toktop/toktop@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"toktop": {
"command": "go",
"args": [
"run",
"github.com/toktop/toktop@latest"
]
}
}
}