MCP Agent System
by Pasukalu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server bind host. | 0.0.0.0 |
| PORT | No | Server bind port. | 8000 |
| TRANSPORT | No | MCP transport: stdio, sse, or streamable_http. | stdio |
| AGENT_MODE | No | Agent mode: stub (deterministic) or real (LLM-powered). | stub |
| ENABLE_SANDBOX | No | Enable AST-validated code execution sandbox. | True |
| EVAL_MAX_TASKS | No | Maximum tasks per evaluation run. | 30 |
| MAX_ITERATIONS | No | Maximum plan-execute-verify iterations per task. | 10 |
| MAX_TOOL_CALLS | No | Maximum total tool calls per task. | 20 |
| BLOCKED_IMPORTS | No | Python modules blocked in the code executor. | ["os","subprocess","shutil","ctypes"] |
| TIMEOUT_SECONDS | No | Per-tool execution timeout in seconds. | 30 |
| QUALITY_THRESHOLD | No | Minimum quality score for a task to count as 'pass'. | 0.7 |
| BLOCKED_ATTRIBUTES | No | Dunder attributes blocked in the code executor. | ["__class__","__bases__",...] |
| COST_PER_TOOL_CALL | No | Estimated overhead cost per tool call (USD). | 0.001 |
| COST_PER_1K_INPUT_TOKENS | No | Estimated cost per 1,000 input tokens (USD). | 0.00015 |
| COST_PER_1K_OUTPUT_TOKENS | No | Estimated cost per 1,000 output tokens (USD). | 0.0006 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Pasukalu/mcp-agent-system'
If you have feedback or need assistance with the MCP directory API, please join our Discord server