Skip to main content

Customer-installable MCP server for the Hebbian tenant brain (Python). Same 8 tools as the Node.js sibling @hebbianvault/mcp.

Project description

hebbianvault-mcp (Python)

Python sibling of @hebbianvault/mcp. Connect a Python MCP host to your Hebbian workspace with the same 9 tools and the same configuration. A thin client; all intelligence and access control live in the Hebbian service.

Quick start

pip install hebbianvault-mcp
# or with uv (preferred)
uv add hebbianvault-mcp

Generate a token from your Hebbian integrations page (AI Tools tab → Generate token).

Configuration

Set HEBBIAN_API_TOKEN (or HEBBIAN_TOKEN) env var:

HEBBIAN_API_TOKEN=your_token_here hebbian-mcp

Or write ~/.config/hebbian/mcp-tenant.json:

{
  "token": "your_token_here"
}
Variable Purpose
HEBBIAN_API_TOKEN Your token (required). HEBBIAN_TOKEN is also accepted.
HEBBIAN_API_URL Override the API base URL (Enterprise self-host). Defaults to the Hebbian SaaS API.
HEBBIAN_TENANT Optional workspace slug — only needed if your account belongs to more than one workspace.

Generic agent config

import os
os.environ["HEBBIAN_API_TOKEN"] = "your_token_here"
from hebbianvault_mcp import create_server
server = create_server()
# server.run() to start serving over stdio

Token scope

Your token decides what the adapter can see and do — a personal-workspace token gives access to your own knowledge; a company-workspace token gives access to the shared company workspace (where your role allows). Scope is decided by the Hebbian service.

Tools

Tool What it does
hebbian_read_node Read a single node by UUID
hebbian_search Find nodes in your workspace matching a query
hebbian_ask Ask a question and get an answer backed by source quotes
hebbian_context Describe a task and a token budget, get back a salience-ranked context pack that fits
hebbian_capture Write a note into your workspace
hebbian_traverse Explore nodes connected to a starting node
hebbian_provenance See where a node's knowledge came from
hebbian_salience See a node's recent activity over time
hebbian_recent_activity Catch up on recent changes in your workspace

Results only ever include what your token is allowed to see.

Development

uv venv && uv pip install -e ".[dev]"
pytest
ruff check src/ tests/

Node.js version

The canonical package is @hebbianvault/mcp on npm. This Python sibling has identical tools and configuration. Use whichever matches your MCP host environment.

License

Apache-2.0. See the root LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hebbianvault_mcp-0.2.1.tar.gz (56.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hebbianvault_mcp-0.2.1-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file hebbianvault_mcp-0.2.1.tar.gz.

File metadata

  • Download URL: hebbianvault_mcp-0.2.1.tar.gz
  • Upload date:
  • Size: 56.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hebbianvault_mcp-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8ba5978f6ef1e14c35f8d049eca499a49edae376af4af9070cdce92f5c4db5e7
MD5 a0f81b46206601f27eff5c7a30ca1624
BLAKE2b-256 0b0091f8b6a267435f13ddb9cacf3a0a789e76990daf9e650d131701e8f02ff0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hebbianvault_mcp-0.2.1.tar.gz:

Publisher: release.yml on hebbianvault/hebbian-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hebbianvault_mcp-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for hebbianvault_mcp-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6f47732311267c859e82fed77a13b4d053aeea3ec6364bce1f34dae679f1cbe3
MD5 7e6bbd7e46bb7c3ad51b4e3c925fab04
BLAKE2b-256 67180cddaacaf7b3b996d2b2f2d05af965b3150919f02378d20845472ed6b24b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hebbianvault_mcp-0.2.1-py3-none-any.whl:

Publisher: release.yml on hebbianvault/hebbian-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page