Skip to main content
Glama
VGFP

colyseus-docs-mcp

by VGFP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COLYSEUS_DOCS_PATHNoOverride the docs directory.<package_root>/docs

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": false,
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_docsA

List every Colyseus documentation page available to this MCP server. Returns each page's slug (use as the slug argument to read_doc), title, category, and a one-line description when present. Use this first to discover what topics are covered before reading individual pages.

read_docA

Read a single Colyseus documentation page by its slug (e.g. 'room', 'room/messages', 'state', 'getting-started/typescript'). Use list_docs first to discover available slugs. Returns pre-processed Markdown — JSX scaffolding from the original MDX has been stripped, but every code block and every prose paragraph is preserved verbatim.

search_docsA

Full-text search across all Colyseus documentation pages. Results are ranked by relevance (title hits weighted highest, then headings, then body) and each hit includes a snippet around the first match. Use this to find pages about a specific API, concept, or recipe (e.g. 'reconnection', 'schema @type', 'rate limit', 'matchmaker').

Prompts

Interactive templates invoked by user choice

NameDescription
colyseus_overviewReturns a system-style message describing what Colyseus is and listing every documentation page (slug + title). Useful to prime a chat before the user asks their first question.

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/VGFP/colyseus-docs-mcp'

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