← altbrain.me

INDIVIDUAL MCP TOOL

brain_search

Search this brain's approved knowledge items.

altbrain.menone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

altbrain.me

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.altbrain-me]
url = "https://altbrain.me/api/mcp/%7Bhandle%7D/%7Bslug%7D"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "altbrain-me": {
      "type": "http",
      "url": "https://altbrain.me/api/mcp/%7Bhandle%7D/%7Bslug%7D"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: altbrain-me
Remote MCP URL: https://altbrain.me/api/mcp/%7Bhandle%7D/%7Bslug%7D

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "altbrain-me": {
      "url": "https://altbrain.me/api/mcp/%7Bhandle%7D/%7Bslug%7D"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "altbrain-me": {
      "type": "http",
      "url": "https://altbrain.me/api/mcp/%7Bhandle%7D/%7Bslug%7D"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "altbrain-me",
  "transport": "streamable-http",
  "url": "https://altbrain.me/api/mcp/%7Bhandle%7D/%7Bslug%7D"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • brain_get_topics — List the topic categories in this brain.
  • brain_get_item — Fetch a specific approved knowledge item by ID.
  • brain_profile — Get this brain's metadata: name, description, creator, tags, and stats.