MCP Skeleton
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Skeletonsay hello to Alice"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Skeleton
An MCP server that lets AI assistants TODO: describe the capability. TODO: summarize what you can do in one sentence.
Works with Claude Desktop, Claude Code, or any MCP-compatible client.
Use Cases
TODO: Add 4-6 real-world examples of what users can do with this server.
Setup
Requires Node.js 18+.
1. TODO: Get an API Key (if applicable)
Describe how to obtain credentials or other service-specific requirements.
2. Configure Your MCP Client
Add the server to your MCP client's configuration. There are two ways to do this:
Option A: Run directly from GitHub (no install needed)
{
"mcpServers": {
"<mcp-server>": {
"command": "npx",
"args": ["-y", "github:<github-user>/<repo-name>"],
"env": {
"TODO_API_KEY": "your-api-key-here"
}
}
}
}Option B: Clone and run locally
git clone https://github.com/<github-user>/<repo-name>.git
cd <repo-name>
npm installThen point your MCP client at the local build:
{
"mcpServers": {
"<mcp-server>": {
"command": "node",
"args": ["/path/to/<repo-name>/dist/index.js"],
"env": {
"TODO_API_KEY": "your-api-key-here"
}
}
}
}Replace /path/to/<repo-name> with the actual path where you cloned the project.
What You Can Do
TODO: Document each tool with its parameters.
Hello
Returns a greeting for the given name.
Tool: hello
Parameter | Type | Required | Description |
| string | Yes | Name to greet |
License
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.
This server cannot be installed
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
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
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/danjam/mcp-skeleton'
If you have feedback or need assistance with the MCP directory API, please join our Discord server