MCPVault

brain_claims

MCP tool from Brain MCP by DevvGwardo

List active locks

How to use it

brain_claims is exposed by the Brain MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the brain_claims tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Brain MCP

$pip install -e .
FULL BRAIN MCP LISTING

Other tools in Brain MCP (35)

brain_agents

Live health of all agents (status, heartbeat age, claims)

brain_auto_gate

Run gate in a loop, wait for fixes, retry until clean

brain_checkpoint

Save full working state

brain_checkpoint_restore

Recover after context compression

brain_claim

Lock a file/resource (TTL-based mutex)

brain_context_get

Read the ledger

brain_context_push

Log action/discovery/decision/error

brain_context_summary

Condensed view for context recovery

brain_contract_check

Validate all contracts — catches param mismatches, missing functions

brain_contract_get

Read other agents' contracts before coding

brain_contract_set

Publish what your module provides / expects

brain_dm

Direct message another agent

brain_forget

Remove outdated memories

brain_gate

Run compile + contract check, DM errors to responsible agents

brain_inbox

Read your DMs

brain_keys

1.6ms

brain_metrics

Success rates, duration, error counts per agent

brain_plan

Create a task DAG with dependencies

brain_plan_next

Get tasks whose dependencies are satisfied

brain_plan_status

Overall progress

brain_plan_update

Mark task done/failed (auto-promotes dependents)

brain_post

Post to a channel

brain_pulse

Heartbeat with status + progress (returns pending DMs)

brain_read

Read from a channel

brain_recall

Search memories from previous sessions

brain_register

Name this session

brain_release

Unlock

brain_remember

Store persistent knowledge (survives brainclear)

brain_respawn

Replace a failed agent with recovery context

brain_sessions

List active sessions

brain_status

Show session info + room

brain_swarm

Spawn multiple agents in one call

brain_wake

Spawn a new agent (hermes, claude, or headless)

brain_workflow_apply

Persist the compiled workflow into brain state + a task DAG, optionally write conductor JSON

brain_workflow_compile

Turn one natural-language goal into phases, agents, file scopes, and conductor config