TheBrain MCP Server
JSON →Interact with TheBrain's knowledge management system using its API.
Tools · 25
- search_thoughts Search for thoughts by text query
- get_thought Get details of a specific thought by ID
- create_thought Create a new thought
- update_thought Update an existing thought
- delete_thought Delete a thought
- get_children Get child thoughts of a given thought
- get_parents Get parent thoughts of a given thought
- link_thoughts Create a link between two thoughts
- unlink_thoughts Remove a link between two thoughts
- get_thought_links Get all links for a thought
- add_tag Add a tag to a thought
- remove_tag Remove a tag from a thought
- get_tags Get tags for a thought
- search_by_tag Search thoughts by tag
- get_thought_types Get available thought types
- set_thought_type Set the type of a thought
- add_attachment Add an attachment to a thought
- remove_attachment Remove an attachment from a thought
- get_attachments Get attachments for a thought
- add_note Add a note to a thought
- update_note Update a note on a thought
- get_notes Get notes for a thought
- get_brain_info Get information about the current brain
- get_recent_thoughts Get recently modified thoughts
- export_thought Export a thought and its children
Environment variables
THEBRAIN_API_KEYTHEBRAIN_DEFAULT_BRAIN_ID
Links
★ 12 GitHub stars