Skip to main content
Glama
sancovp

self-claude-mcp

by sancovp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTOPOIESISNoIf set to 1, restart messages will remind Claude to enable autopoiesis-mcp. Optional.

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
self_claudeC

Execute self-Claude command.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is isolated.

Naming Consistency5/5

With a single tool, naming consistency is trivially perfect. The name 'self_claude' follows a clean snake_case pattern.

Tool Count3/5

A single tool makes for a very thin server, but it could be appropriate if the server is meant to handle a single command. Still, it feels borderline for most practical purposes.

Completeness2/5

The sole tool's description is extremely vague ('Execute self-Claude command'), giving no indication of supported subcommands or operations. Significant gaps likely exist for any meaningful workflow, and agents would struggle to use it effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues