project-1
Fetches and lists a GitHub user's repositories.
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., "@project-1add 5 and 3"
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.
project-1
A minimal Model Context Protocol (MCP) server built with the @modelcontextprotocol/sdk, communicating over stdio.
Features
Tools
add_numbers— Adds two numbers together.Inputs:
a(number),b(number)
get_github_repo— Fetches and lists a GitHub user's repositories.Inputs:
username(string)
Resources
apartment_rules(rules:/all) — Returns the contents ofsrc/data/rules.doc, a set of apartment rules (safety, noise control, cleanliness, etc.) stored as plain text.
Prompts
explain_sql— Generates a prompt asking for a detailed, plain-English explanation of a given SQL query.Inputs:
sql(string)
Related MCP server: mcp
Requirements
Node.js
npm
Installation
npm installBuild
Compiles TypeScript (src/) to JavaScript (build/):
npm run buildRunning
After building, run the server directly:
node build/index.jsThe server communicates over stdio, so it's intended to be launched by an MCP client (e.g. Claude Desktop, an IDE extension, or another MCP-compatible host) rather than run standalone.
Project Structure
src/
index.ts # Server setup: tools, resources, and prompts
data/
rules.doc # Data backing the apartment_rules resource
build/ # Compiled output (generated by `npm run build`)Configuration
TypeScript: targets ES2022 with NodeNext modules/resolution and strict mode enabled (see
tsconfig.json).Formatting: Prettier is configured to use tabs with a width of 4 (see
.prettierrc).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables web searching, URL content extraction, and summarization without requiring API keys. It also provides advanced mathematical evaluation and multi-language Wikipedia summary retrieval tools.Last updated54006MIT
- Alicense-qualityDmaintenanceProvides MCP servers for GitHub API operations and SQL database queries, enabling users to interact with GitHub repositories and databases through natural language.Last updated3MIT
- Flicense-qualityDmaintenanceA multi-tool MCP server that summarizes YouTube transcripts, provides transcript statistics, offers health checks, and suggests git commit messages based on changes.Last updated
- Alicense-qualityDmaintenanceAn experimental MCP server offering calculator, GitHub repository fetching, a movie database resource, and JavaScript code review capabilities. Designed for learning and compatible with Cursor and Claude Desktop.Last updated2,0271MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server aggregating developer infrastructure deals, free tiers, and startup programs
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/ThuongHan/mcp-demo-serve'
If you have feedback or need assistance with the MCP directory API, please join our Discord server