Skip to main content
Glama
CJavierSaldana

MCP Ask-to-Code

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost for SSE mode127.0.0.1
MCP_NAMENoServer nameAutonomous Code Agent
MCP_PORTNoPort for SSE mode (0 for stdio)0
CLAUDE_CMDNoClaude CLI binary pathclaude
CLAUDE_MODELNoModel to use (e.g. claude-sonnet-4-20250514, opus)
MCP_TOOL_NAMENoTool function nameask_autonomous_agent

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
ask_autonomous_agentA

AUTONOMOUS AGENT: Solves a coding task or answers a question by running an internal agent. This tool has full access to the filesystem, can run tests, read files, and analyze logic.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of ambiguity or overlap.

Naming Consistency5/5

With a single tool, naming is trivially consistent; no pattern conflicts exist.

Tool Count2/5

One tool for a broad coding-assistance domain is extremely thin; typical servers have at least a few tools to separate concerns.

Completeness2/5

The single tool attempts to cover the entire domain, but users cannot compose or select finer-grained operations, leading to a black-box experience.

Maintenance

ActivityInactive
ResponsivenessNo issues