domain expertise for Cursor
io.github.mdfifty50-boop/domain-expertise
Inject deep domain knowledge into any AI agent
client:Cursor
transport:stdio
runtime:npm
Install domain expertise in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domain-expertise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"domain-expertise-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs