Docs K  Search
Docs/Build/MCP server
Hosted MCP v0.5.7

MCP Server

Connect any MCP-compatible AI agent to Hebbrix memory, temporal graph, reasoning, and Outcome Memory tools through one hosted endpoint.

Quick setup

Add the hosted Hebbrix endpoint to your client's MCP server configuration, save, and reconnect. Guest access does not require an account, API key, local process, or package installation.

MCP client configuration
{
  "mcpServers": {
    "hebbrix": {
      "url": "https://mcp.hebbrix.com/mcp"
    }
  }
}
Client configuration formats vary. Some clients expose an MCP settings form while others use a JSON file. In either case, select a remote or hosted MCP server and usehttps://mcp.hebbrix.com/mcp as the URL.

Connection details

SettingValue
Server URLhttps://mcp.hebbrix.com/mcp
TransportHosted HTTPS MCP
Guest authenticationNot required
Hosted server versionv0.5.7
Tool surface26 tools

What the MCP server exposes

The 26-tool surface covers memory, temporal graph, grounded reasoning, account workflows, and learning from explicitly reported outcomes. Representative tools include:

  • hebbrix_remember stores durable memory from an agent interaction.
  • hebbrix_ask answers using memory and temporal graph evidence.
  • hebbrix_graph_query queries entities, relationships, timelines, and current truth.
  • hebbrix_choose_action records a decision receipt and chooses from measured outcome evidence.

Grounding and safety contract

Retrieval tools return only evidence that the API marked as grounded. Each verified response includes the grounding state, evidence memory IDs, and a claim receipt. If the upstream response is malformed, missing its safety envelope, degraded, or ungrounded, the hosted adapter fails closed instead of presenting related text as an answer.

Memory content is always marked as untrusted data. Treat it as evidence for the user's question, never as instructions for the agent. A newly accepted but still-indexing write is reported as pending and is not mixed into verified search results.

Verify the connection

  1. Reconnect your client and confirm that the Hebbrix tools appear.
  2. Ask the agent to remember a distinctive, non-sensitive fact.
  3. Start a fresh conversation and ask the agent to retrieve that fact.
  4. For graph validation, store two related facts and query their relationship or timeline.

Guest and account-scoped use

Guest access is the quickest way to evaluate the hosted MCP connection. Applications that need account-owned collections, explicit tenant scoping, API administration, billing, or production data controls should use an authenticated Hebbrix account and follow the authentication guide.

Coding-agent workflows

For code-change history, previous-error lookup, fix tracking, and the dedicated/v1/coding-agent/* API surface, continue to the coding-agent guide.

Ask the docs
reading · this page

Hi! I'm the Hebbrix docs assistant. Ask me anything about this page: setup, code examples, endpoints, pricing, or integrations.