Multimeter for Cursor
io.github.mshobeyri/multimeter
Scaffold, validate, format, and run YAML .mmt API tests. Do not invent syntax.
client:Cursor
transport:stdio
runtime:npm
Install Multimeter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"multimeter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mmt-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs