Skip to main content
Glama
199-mcp

MCP Autostarter

by 199-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
restart_mcpA

Intelligently restarts only the MCP handler process without disrupting Claude Desktop UI

restart_claudeA

Fully restarts Claude Desktop application (use only if MCP restart fails)

get_mcp_statusB

Check if MCP handler and Claude Desktop processes are running

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap. get_mcp_status checks process status, restart_claude restarts the full application, and restart_mcp restarts only the MCP handler. The descriptions explicitly differentiate when to use each tool.

Naming Consistency5/5

All three tools follow a consistent verb_noun pattern (get_mcp_status, restart_claude, restart_mcp). The naming is perfectly uniform and predictable across the set.

Tool Count5/5

Three tools is ideal for this focused domain of MCP/Claude Desktop process management. Each tool serves a specific, necessary function without redundancy or bloat.

Completeness5/5

The tool set provides complete coverage for the server's purpose: checking status (get_mcp_status) and restarting at both the MCP handler level (restart_mcp) and full application level (restart_claude). No gaps exist for this narrow scope.

Maintenance

ActivityInactive
ResponsivenessNo issues