TheBrain MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERBOSE | No | Set to true to enable verbose logging and debug mode. | |
| THEBRAIN_API_KEY | Yes | Your TheBrain API key required for authentication. | |
| THEBRAIN_DEFAULT_BRAIN_ID | No | Optional default brain ID to use for operations. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_brainsA | List all available brains for the user |
| get_brainC | Get details about a specific brain |
| set_active_brainC | Set the active brain for subsequent operations |
| create_thoughtC | Create a new thought with optional visual properties |
| update_thoughtB | Update a thought including its visual properties |
| create_linkB | Create a link between two thoughts with visual properties |
| update_linkC | Update link properties including visual formatting |
| add_file_attachmentB | Add a file attachment (including images) to a thought |
| add_url_attachmentB | Add a URL attachment to a thought |
| get_attachment_contentC | Get the binary content of an attachment (e.g., download an image) |
| get_noteB | Get the note content for a thought |
| create_or_update_noteC | Create or update a note with markdown content |
| append_to_noteC | Append content to an existing note |
| search_thoughtsC | Search for thoughts in a brain |
| get_thoughtC | Get details about a specific thought |
| get_thought_graphC | Get a thought with all its connections and attachments |
| delete_thoughtC | Delete a thought |
| get_linkB | Get details about a specific link |
| delete_linkC | Delete a link |
| get_attachmentC | Get metadata about an attachment |
| delete_attachmentC | Delete an attachment |
| list_attachmentsC | List all attachments for a thought |
| get_typesC | Get all thought types in a brain |
| get_tagsC | Get all tags in a brain |
| get_brain_statsC | Get statistics about a brain |
| get_modificationsB | Get modification history for a brain |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/redmorestudio/thebrain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server