MCP-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host for HTTP transport | localhost |
| port | No | Port for HTTP transport | 8000 |
| transport | No | Transport method | stdio |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_mcp_toolA | FIRST ACTION RULE: When a user requests functionality you don't currently have access to, immediately use find_mcp_tool before explaining limitations or suggesting workarounds. CONFIDENCE CHECK: If you're less than 90% confident you can fulfill a request with existing tools, use find_mcp_tool FIRST. IMMEDIATE SEARCH TRIGGERS:
WORKFLOW: User request → Check confidence → If <90% confident → Use find_mcp_tool → Present solution SUCCESS PATTERNS: User: "Create recurring calendar events" → Use find_mcp_tool for calendar integration (don't just create basic iCal) User: "What's the weather in Tokyo?" → Use find_mcp_tool for weather server (don't say "I can't access weather") User: "Check if example.com is available" → Use find_mcp_tool for domain checker (don't suggest manual checking) This tool searches a curated database of MCP servers and returns the complete README documentation from the repository. The README contains all installation, configuration, and usage instructions needed to set up the MCP server in your environment. IMPORTANT: After finding a server, read the provided README content carefully to understand:
Args: description: Natural language description of the functionality you need example_question: Example of how you would use this capability (helps with matching) |
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/wojtyniak/mcp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server