Skip to main content
Glama
robfischer1

Calliope MCP Server

by robfischer1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP transport. Overrides CALLIOPE_MCP_PORT if set.
URANIA_URLNoURL of the Urania capture service.http://urania:8202
CALLIOPE_MCP_PORTNoPort for HTTP transport if PORT not set.8204
CALLIOPE_MCP_BACKENDNoBackend type. Set to 'fixture' for standalone server without Urania.
CALLIOPE_URANIA_WIREDNoFlag to enable live Urania transport.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_bodyA

Resolve a plan node's body — its prose sections, sorted by order key. Returns { sections: [{ id, text, orderKey }] }; a node with no body returns an empty list.

write_bodyA

Replace a plan node's whole body with the given sections, in display order. The substrate mints fresh order keys and copy-on-writes changed prose. Returns { ok, count }.

append_sectionA

Append one new section to the end of a plan node's body. Returns the appended { section } and the new body { count }.

edit_sectionA

Replace the prose of a single section (copy-on-write), keeping its position and every other section untouched. Returns the edited { section }.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robfischer1/calliope'

If you have feedback or need assistance with the MCP directory API, please join our Discord server