teedy mcp for Cursor
io.github.mrfentmen/teedy-mcp
Teedy document management: login, documents, files.
client:Cursor
transport:stdio
runtime:npm
Install teedy mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"teedy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"teedy-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs