Carve for Cursor
io.github.markup-carve/carve-mcp
Parse, lint, format, render, and migrate Carve documents through MCP.
client:Cursor
transport:stdio
runtime:npm
Install Carve in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"carve-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@markup-carve/carve-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs