tteop mcp for Cursor
io.github.sunrisesillneversee/tteop-mcp
Build, validate, and describe TTEOP telemetry envelopes for AI operator token efficiency.
client:Cursor
transport:stdio
runtime:npm
Install tteop mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tteop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tteop-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs