Rust MCP server for PostgreSQL-backed market metadata and operational status.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"squirrel-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"squirrel-mcp"
]
}
}
}
Run in terminal:
claude mcp add squirrel-mcp cargo run -- squirrel-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"squirrel-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"squirrel-mcp"
]
}
}
}