Skip to main content
Glama
quan2005

MCP Compact

by quan2005

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
invokeC

Invoke an MCP tool through the compact projection surface.

Use ref.server and ref.name with canonical upstream identifiers. Use mode="validate" to inspect input requirements before calling.

Available tool families:

Example: invoke(ref={"server": "notes", "name": "echo_note"}, arguments={"title": "...", "body": "..."})

readA

Read MCP resources through the compact projection surface.

Use ref.server with either ref.uri for direct resources or ref.uriTemplate plus template arguments for resource templates. Use mode="preview" before reading when you need metadata first.

Direct resources:

  • none

Resource templates:

  • none

Example: read(ref={"server": "notes", "uriTemplate": "memo://notes/{slug}", "arguments": {"slug": "welcome"}}, mode="read")

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/quan2005/mcp-compact'

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