ai dictionary mcp for Cursor
io.github.donjguido/ai-dictionary-mcp
Look up, search, cite, discuss, and track AI phenomenology terms
client:Cursor
transport:stdio
runtime:pypi
Install ai dictionary mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-dictionary-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ai-dictionary-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs