benhaotang/mcp-http-agent-md
If you are the rightful owner of mcp-http-agent-md and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP HTTP Agent MD server is a minimalistic Model Context Protocol server designed to manage project-level documentation and structured task progress through a Streamable HTTP endpoint.
Tools
Functions exposed to the LLM to take actions
list_projects
List all project names.
init_project
Create/init project with optional agent and progress tasks.
delete_project
Delete a project by name.
rename_project
Rename an existing project.
read_agent
Read the AGENTS.md file for a project.
write_agent
Write or patch the AGENTS.md file for a project.
read_progress
Read structured tasks for a project with optional filters.
write_progress
Replace or add structured tasks for a project.
progress_add
Add one or more structured tasks to a project.
progress_set_new_state
Update tasks by task_id or matching task_info substring.
generate_task_ids
Generate unique task IDs for a user.
get_agents_md_examples
Retrieve examples from example_agent_md.json.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client