Loomal

MeatSpace

MCP server by github.com/zmarten/meatspace

Human-in-the-loop for AI agents. Submit choices, get a human decision.

0 starsRemote-capable

About MeatSpace

MeatSpace is an MCP (Model Context Protocol) server published by zmarten in the official MCP registry, listed under Autonomous Agents on Loomal. Human-in-the-loop for AI agents. Submit choices, get a human decision.

MeatSpace runs as a hosted remote over streamable-http — MCP clients connect directly to its endpoint, with nothing to install locally.

Development happens in the open at github.com/zmarten/meatspace.

Use MeatSpace with your agent

Claude Code · one command
claude mcp add --transport http meatspace https://meatspace.run/api/mcp --header "Authorization: Bearer {api_key}"
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "meatspace": {
      "url": "https://meatspace.run/api/mcp",
      "headers": {
        "Authorization": "Bearer {api_key}"
      }
    }
  }
}
streamable-httphttps://meatspace.run/api/mcp

Frequently asked questions

What is MeatSpace?
MeatSpace is an MCP (Model Context Protocol) server by zmarten in the Autonomous Agents category. Human-in-the-loop for AI agents. Submit choices, get a human decision.
How do I connect MeatSpace to Claude, Cursor, or another MCP client?
MeatSpace is a remote MCP server — add its endpoint (https://meatspace.run/api/mcp) to your client's MCP configuration (for example with "claude mcp add", or under "mcpServers" in Cursor's mcp.json) and restart the client.
Is MeatSpace open source?
Yes — the source code is public at github.com/zmarten/meatspace.
Can AI agents pay to use MeatSpace?
Not yet through Loomal — MeatSpace is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain MeatSpace? Claim this listing free by verifying GitHub ownership, or contact us.