π Experiment with LLM-assisted equity trading flows in a modular sandbox using MCP servers, trader agents, and a simple SQLite database for accounts.
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"equity-traders": {
"command": "uvx",
"args": [
"equity-traders"
]
}
}
}
π Copy
Run in terminal:
claude mcp add equity-traders uvx equity-traders
π Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"equity-traders": {
"command": "uvx",
"args": [
"equity-traders"
]
}
}
}
π Copy
Or install with pip: pip install equity-traders