electronics rfq agent for Cursor
io.github.rudrendupaul/electronics-rfq-agent
AI quoting agent for electronics distributors. RFQ in, quote out via MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install electronics rfq agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"electronics-rfq-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"electronics-rfq-agent-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs