Skip to main content
Glama
openpoem

POEM MCP Server

Official
by openpoem

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
poem_readA

Read and parse a .poem file into structured elements (constants, structs, functions, etc). Returns the parsed structure so you can understand, discuss, or translate the spec.

Use this when someone shares a .poem file or asks about its contents.

poem_validateA

Validate a .poem file for syntax correctness and convention compliance. Checks: brace balance, naming conventions (UPPER_SNAKE for constants, snake_case for functions, PascalCase for types), and structural completeness.

Returns errors (must fix), warnings (should fix), and stats.

poem_translateA

Prepare a .poem spec for translation to a target language. Parses the POEM, validates it, and returns a structured translation brief.

YOU (the LLM) then use this brief to generate idiomatic code in the target language. The tool handles parsing and validation. You handle the translation.

Supported targets: any programming language (python, typescript, go, rust, java, sql, swift, kotlin, etc).

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/openpoem/poem-mcp'

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