Ready-to-use configuration templates for monitoring MCP servers in Claude Desktop. Simply copy, customize, and paste into your configuration file.
curl -sSL https://get.kilometers.ai/install.sh | shkm initkm for monitoring~/Library/Application Support/Claude/claude_desktop_config.jsonChoose from these popular MCP server configurations. Each template includes setup instructions and the exact JSON configuration you need.
{
"mcpServers": {
"github": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token_here"
}
}
}
}After saving your configuration, restart Claude Desktop and run:
This will verify that your MCP servers are working correctly and events are being monitored.
{
"mcpServers": {
"filesystem": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
],
"env": {}
}
}
}After saving your configuration, restart Claude Desktop and run:
This will verify that your MCP servers are working correctly and events are being monitored.
{
"mcpServers": {
"brave-search": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
}
}
}After saving your configuration, restart Claude Desktop and run:
This will verify that your MCP servers are working correctly and events are being monitored.
{
"mcpServers": {
"sqlite": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-sqlite",
"/path/to/your/database.db"
],
"env": {}
}
}
}After saving your configuration, restart Claude Desktop and run:
This will verify that your MCP servers are working correctly and events are being monitored.
{
"mcpServers": {
"github": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token_here"
}
},
"filesystem": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-filesystem",
"/Users/username/Documents"
],
"env": {}
},
"brave-search": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
}
}
}After saving your configuration, restart Claude Desktop and run:
This will verify that your MCP servers are working correctly and events are being monitored.
km validate to check connectivityOnce you've configured Claude Desktop with your MCP servers, you can start monitoring your AI's activity in real-time.