Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
K3MCP_MAX_TOKENSNoMaximum completion tokens per call16000
OPENROUTER_MODELNoModel slugmoonshotai/kimi-k3
K3MCP_MAX_ATTEMPTSNoTotal attempts for retryable failures3
OPENROUTER_API_KEYYesOpenRouter credential
OPENROUTER_APP_NAMENoOpenRouter attribution titlek3mcp
OPENROUTER_BASE_URLNoAPI roothttps://openrouter.ai/api/v1
OPENROUTER_SITE_URLNoOpenRouter attribution referrerrepository URL
K3MCP_MAX_INPUT_CHARSNoCombined system and user prompt limit400000
K3MCP_TIMEOUT_SECONDSNoPer-attempt HTTP timeout600
K3MCP_REASONING_EFFORTNoOpenRouter reasoning effortmax

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
review_algorithmA

Only when explicitly requested, ask Kimi K3 to challenge an algorithm.

review_codeA

Only when explicitly requested, ask Kimi K3 to review code or a diff.

plan_projectA

Only when explicitly requested, ask Kimi K3 to create a project plan.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct task: algorithmic review, code review, and project planning. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow the same verb_noun pattern (review_algorithm, review_code, plan_project), making the set predictable and easy to understand.

Tool Count5/5

With three tools, the server is well-scoped for its purpose of invoking specific Kimi K3 actions. Each tool serves a clear function, and the count is within the ideal range.

Completeness4/5

The set covers key developer workflows (review and planning), but it lacks additional common tasks like code generation or debugging, which are minor gaps for the apparent scope.

Maintenance

ActivityStale
ResponsivenessNo issues