MCP client adapter for connecting AI agents to RoboSystems Financial Knowledge Graph API endpoints with workspace support
npm install @robosystems/mcp

Official MCP (Model Context Protocol) client adapter for connecting AI agents to the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting transactions, financial reports, and advanced graph analytics through the Model Context Protocol.
- AI Memory Graphs - Persistent agent memory with built-in Concept/Observation/Session schema
- Workspace Management - Create isolated subgraphs for memory, data workspaces, and experimentation
- Dynamic Schema Extension - Add custom node and relationship tables to subgraphs via MCP tools
- MCP-compliant server for Claude Desktop, Claude Code, Cursor, and other AI agents
- Streaming support for memory-efficient processing of large result sets
- Connection pooling for optimal SSE performance
- Smart caching for frequently accessed schemas and metadata
- Automatic retry logic with exponential backoff
Add to your MCP servers configuration:
``json`
{
"mcpServers": {
"robosystems": {
"command": "npx",
"args": ["-y", "@robosystems/mcp"],
"env": {
"ROBOSYSTEMS_API_URL": "https://api.robosystems.ai",
"ROBOSYSTEMS_API_KEY": "rfs...",
"ROBOSYSTEMS_GRAPH_ID": "kg..."
}
}
}
}
| Variable | Description | Example |
| ---------------------- | ----------------------------------------------------- | ---------------------------- |
| ROBOSYSTEMS_API_URL | The RoboSystems API endpoint | https://api.robosystems.ai |ROBOSYSTEMS_API_KEY
| | Your API key | rfs... |ROBOSYSTEMS_GRAPH_ID
| | The primary graph database ID (parent for workspaces) | kg... or sec` |
- RoboSystems Platform
- GitHub Repository
- MCP API Documentation
- Issues
- Wiki
- Projects
- Discussions
This project is licensed under the MIT License - see the LICENSE file for details.
MIT © 2026 RFS LLC