Configure MCP servers in Cursor to monitor AI interactions and enhance your development workflow with comprehensive logging.
Cursor is a powerful AI-first code editor built on VS Code. With Kilometers, you can now monitor all AI interactions, track tool usage, and gain insights into your development workflow.
curl -sSL https://get.kilometers.ai/install.sh | shkm initkm wrapper~/Library/Application Support/Cursor/User/globalStorage/storage.jsonChoose from these MCP server configurations optimized for Cursor. Each template includes detailed setup instructions and ready-to-use configurations.
{
"mcpServers": {
"github": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token_here"
}
}
}
}After configuring and restarting Cursor, validate your setup:
Use Cursor's AI features and check your Kilometers dashboard for monitored events.
{
"mcpServers": {
"filesystem": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-filesystem",
"/Users/username/workspace"
],
"env": {}
}
}
}After configuring and restarting Cursor, validate your setup:
Use Cursor's AI features and check your Kilometers dashboard for monitored events.
{
"mcpServers": {
"brave-search": {
"command": "km",
"args": [
"npx",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
}
}
}After configuring and restarting Cursor, validate your setup:
Use Cursor's AI features and check your Kilometers dashboard for monitored events.
Start tracking your AI development workflow with comprehensive monitoring and insights.