A

Abbacus Cortex

Persistent knowledge system with OWL-RL reasoning, semantic search, and 22 MCP tools for AI agents.

Abbacus·No reviews yet
Repo Docs
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.

Frequently Asked Questions

Common questions about Abbacus Cortex.

What is Abbacus Cortex?
Abbacus Cortex is a persistent knowledge system designed for AI agents. It integrates OWL-RL reasoning and semantic search capabilities, providing a robust platform for knowledge management and retrieval.
How can I access key capabilities of Abbacus Cortex?
Abbacus Cortex exposes 22 MCP tools that AI agents can use. These tools likely encompass a range of functionalities for interacting with its knowledge system, including reasoning and semantic search.
Does Abbacus Cortex require an API key or other credentials?
No, Abbacus Cortex uses 'none' as its authentication type. This implies that no API key, OAuth, or other specific credentials are required for its use, simplifying integration.
What are the primary use cases for Abbacus Cortex?
Its primary use cases involve providing persistent knowledge and advanced reasoning for AI agents. This includes applications requiring semantic search, logical inference, and a continuously updated knowledge base.
Is there a cost associated with using Abbacus Cortex?
The input specifies 'none' for authentication type and does not mention any licensing. However, the cost or licensing model for Abbacus Cortex is not explicitly detailed; it depends on the deployment.

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)

Sign in to join the discussion.

No comments yet.