HTTP Server
FreeNot checkedAn MCP server that enables AI assistants to fetch public GitHub repository lists for any username via HTTP or stdio transports. It provides a specialized tool f
About
An MCP server that enables AI assistants to fetch public GitHub repository lists for any username via HTTP or stdio transports. It provides a specialized tool for repository retrieval and supports both remote web server and local integration modes.
README
A Model Context Protocol (MCP) server that provides GitHub repository information via both HTTP and stdio transports. This server enables AI assistants and other MCP clients to fetch GitHub repositories for any user.
🚀 Features
- GitHub Repository Fetcher: Retrieve all repositories for any GitHub username
- Dual Transport Modes:
- HTTP Mode: Run as a web server for remote access
- stdio Mode: Run locally for MCP client integration
- Type-Safe: Built with TypeScript and Zod for schema validation
- Express Integration: Modern HTTP server with JSON support
📋 Prerequisites
- Node.js (v18 or higher)
- npm or yarn
🔧 Installation
- Clone the repository:
git clone https://github.com/kh-mahmoud/streamable-mcp.git
cd streamable-mcp
- Install dependencies:
npm install
- Build the project:
npm run build
🎯 Usage
HTTP Mode (Web Server)
Start the server in HTTP mode:
npm run server
The server will start on http://localhost:3000 (or the port specified in PORT environment variable).
API Endpoint:
- POST
/mcp- MCP JSON-RPC endpoint
stdio Mode (Local MCP Client)
For local MCP client integration:
node build/index.js stdio
Development Mode
Run with hot-reload during development:
npm run server
MCP Inspector
Inspect the MCP server:
npm run inspect
🛠️ Available Tools
get_repos
Fetches all public repositories for a given GitHub username.
Parameters:
username(string): GitHub username to fetch repositories for
Returns:
- List of all repositories with their names
## 📁 Project Structure
```bash
http_mcp/
├── src/
│ └── index.ts # Main server implementation
├── build/
│ └── index.js # Compiled JavaScript
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── Readme.md # This file
🛠️ Technologies Used
- Model Context Protocol SDK: MCP server implementation
- Express: HTTP server framework
- TypeScript: Type-safe JavaScript
- Zod: Schema validation
- tsx: TypeScript execution
📝 Scripts
npm run build: Compile TypeScript to JavaScriptnpm start: Start the HTTP servernpm run server: Start development server with hot-reloadnpm run inspect: Inspect MCP server with MCP Inspector
🔌 MCP Client Integration
To use this server with an MCP client, configure it in your MCP client settings:
For stdio mode:
{
"mcpServers": {
"http_mcp": {
"command": "node",
"args": ["path/to/build/index.js"]
}
}
}
For HTTP mode:
npm i mcp-remote
"http-mcp": {
"command": "mcp-remote",
"args": [
"http://localhost:3000/mcp" or "your/deployment/link/mcp"
],
"env":{
"NODE_OPTIONS":"--no-deprecation"
}
}
🔗 Resources
⭐ If you find this project useful, please consider giving it a star!
Installing HTTP Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/kh-mahmoud/streamable-mcpFAQ
Is HTTP Server MCP free?
Yes, HTTP Server MCP is free — one-click install via Unyly at no cost.
Does HTTP Server need an API key?
No, HTTP Server runs without API keys or environment variables.
Is HTTP Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install HTTP Server in Claude Desktop, Claude Code or Cursor?
Open HTTP Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare HTTP Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
