A
Abbacus Cortex
Persistent knowledge system with OWL-RL reasoning, semantic search, and 22 MCP tools for AI agents.
Share:
About
Persistent knowledge system with OWL-RL reasoning, semantic search, and 22 MCP tools for AI agents.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install Abbacus Cortex
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"abbacus-cortex": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-abbacus-cortex"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"abbacus-cortex": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-abbacus-cortex"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"abbacus-cortex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-abbacus-cortex"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.