DevTime for Cursor
io.github.shakargy/devtime
Local-first, read-only MCP server for evidence-backed repository memory.
client:Cursor
transport:stdio
runtime:pypi
Install DevTime in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"devtime": {
"type": "stdio",
"command": "uvx",
"args": [
"devtime-ei"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs