Skip to main content
Glama
domwokorach

MCP-Server-Agent

by domwokorach

My Agent Platform

The dashboard and MCP service for My Agent Platform.

MCP server

The server exposes nine Zod-validated tools over STDIO and Streamable HTTP:

npm run mcp

Use the Inspector during local development:

npm run mcp:inspect

Remote clients use POST /api/mcp. VS Code can load the STDIO server from .vscode/mcp.json.

Related MCP server: Secure Host MCP

Dashboard and management API

Run the dashboard with:

npm run dev

Open /dashboard/mcp for live status, read-only redacted logs, and the approved start, stop, and restart controls. The dashboard receives status changes using server-sent events.

Open /dashboard/terminal for an interactive, admin-only terminal backed by the MCP terminal_execute tool. Every command is authenticated (session, admin role), CSRF-checked, classified into a SAFE / REQUIRES_CONFIRMATION / ADMIN_ONLY / DENIED tier (src/lib/terminal/command-policy.ts), and then run through the same MCP security gateway pipeline used by STDIO/HTTP MCP clients (POST /api/terminal/execute). The tool itself stays disabled until an administrator sets MCP_TERMINAL_ENABLED=true.

Set MCP_MANAGEMENT_TOKEN in every production environment. Management API callers must provide it as a Bearer token. State-changing requests must also send x-mcp-csrf: 1 and a same-origin Origin:

curl -X POST http://localhost:3000/api/mcp/restart \
  -H "Authorization: Bearer $MCP_MANAGEMENT_TOKEN" \
  -H "x-mcp-csrf: 1"

On localhost, controls use a local-only development bootstrap; production requests without a configured token are rejected. The process manager starts only the repository's fixed tsx apps/mcp/src/index.ts command and redacts secrets from emitted logs.

MCP-Server-Agent

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Terminal-first SSH access for MCP clients and AI agents, enabling interactive remote sessions, file uploads, and stateful workflows.
    11
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Exposes a Windows or Linux host terminal to remote MCP clients via Streamable HTTP, enabling command execution, tunnel management, and privileged operations with security features like OAuth and audit logging.
    39
    2
    MIT
  • F
    license
    B
    quality
    B
    maintenance
    A structured SSH management service that exposes command execution, file transfer, background jobs, GPU monitoring, systemd operations, and port forwarding as MCP tools with strict security and explicit input schemas.
    19
    1
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to connect to remote MCP servers once, access their tools through a compact MCP endpoint, pair a CLI inside sandboxes, and create watches that turn command or tool output into pollable structured events.
    2
    -

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/domwokorach/MCP-Server-Agent'

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