Pomera AI Commander for Cursor
io.github.matbanik/pomera
Desktop text workbench + MCP server: 22+ text processing tools for AI assistants
client:Cursor
transport:stdio
runtime:pypi
Install Pomera AI Commander in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pomera": {
"type": "stdio",
"command": "uvx",
"args": [
"pomera-ai-commander"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs