morningform for Cursor
io.github.contactxyz-admin/morningform
stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.
client:Cursor
transport:stdio
runtime:npm
Install morningform in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"morningform": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@morningform/mcp"
],
"env": {
"MORNINGFORM_TOKEN": "<MORNINGFORM_TOKEN>",
"MORNINGFORM_URL": "<MORNINGFORM_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs