Skip to main content
Glama

ESA MCP Server

by d-kimuson

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ESA_API_KEYYesYour esa.io API key
DEFAULT_ESA_TEAMYesYour default esa team

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_esa_posts

Search posts in esa.io. Response is paginated. For efficient search, you can use customized queries like the following: keyword for partial match, "keyword" for exact match, keyword1 keyword2 for AND match, keyword1 OR keyword2 for OR match, -keyword for excluding keywords, title for title match, wip or wip for WIP posts, kind or kind for kind match, category for partial match with category name, in for prefix match with category name, on for exact match with category name, body for body match, tag or tag case_sensitive for tag match, user for post author's screen name, updated_by for post updater's screen name, comment for partial match with comments, starred or starred for starred posts, watched or watched for watched posts, watched_by for screen name of members watching the post, sharing or sharing for shared posts, stars:>3 for posts with more than 3 stars, watches:>3 for posts with more than 3 watches, comments:>3 for posts with more than 3 comments, done:>=3 for posts with 3 or more done items, undone:>=3 for posts with 3 or more undone items, created:>YYYY-MM-DD for filtering by creation date, updated:>YYYY-MM-DD for filtering by update date

read_esa_post

Read a post in esa.io.

read_esa_multiple_posts

Read multiple posts in esa.io.

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/d-kimuson/esa-mcp-server'

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