mcp-blackboard

peekwez/mcp-blackboard

3.3

If you are the rightful owner of mcp-blackboard and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

mcp-blackboard is a lightweight blackboard memory server for the Model Context Protocol (MCP), providing a shared space for AI agents to store and retrieve context and results.

Tools

Functions exposed to the LLM to take actions

save_plan

Save a plan to the shared state.

mark_plan_as_completed

Mark a plan step as completed in the shared state.

save_result

Save a result to the shared state.

save_context_description

Write a context description to the shared state.

get_blackboard

Fetch a blackboard entry for a plan.

get_plan

Fetch a plan from the shared state.

get_result

Fetch a result from the shared state.

get_context

Read and convert media content to Markdown format.

remove_stale_files

Remove files older than the specified age from the cache directory.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources