twig for Cursor
io.github.kind-ling/twig
MCP server quality scoring and optimization for the agent economy.
client:Cursor
transport:stdio
runtime:npm
Install twig in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"twig": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kind-ling/twig"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs