Enables deployment of the MCP server on Cloudflare's edge network, with support for persistent state management using Durable Objects and secure token storage with KV namespaces.
Provides user authentication through GitHub OAuth, enabling access control to MCP tools based on GitHub usernames. Also offers the 'userInfoOctokit' tool for interacting with GitHub user data.
mcp-os
A platform that provides hosted MCP servers for the world. Built with the vision to centralise the scattered world of MCP.
Features
- TypeScript - For type safety and improved developer experience
- Next.js - Full-stack React framework
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
- Hono - Lightweight, performant server framework
- tRPC - End-to-end type-safe APIs
- Node.js - Runtime environment
- Drizzle - TypeScript-first ORM
- SQLite/Turso - Database engine
- Authentication - Email & password authentication with Better Auth
- Turborepo - Optimized monorepo build system
- Biome - Linting and formatting
- pnpm - Package manager
Getting Started
First, install the dependencies:
Database Setup
This project uses SQLite with Drizzle ORM.
- Start the local SQLite database:
- Update your
.env
file in theapps/server
directory with the appropriate connection details if needed. - Apply the schema to your database:
Then, run the development server:
Open http://localhost:3001 in your browser to see the web application. The API is running at http://localhost:3000.
Project Structure
Available Scripts
pnpm dev
: Start all applications in development modepnpm build
: Build all applicationspnpm dev:web
: Start only the web applicationpnpm dev:server
: Start only the serverpnpm check-types
: Check TypeScript types across all appspnpm db:push
: Push schema changes to databasepnpm db:studio
: Open database studio UIcd apps/server && pnpm db:local
: Start the local SQLite databasepnpm check
: Run Biome formatting and linting
This server cannot be installed
A Model Context Protocol server that enables remote connections with GitHub authentication, allowing users to build applications that leverage MCP tools with secure OAuth-based access control.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.Last updated -1367,046MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to interact with GitHub's API, allowing for repository creation and management with descriptions, topics, and website URLs through natural language commands.Last updated -
- -securityFlicense-qualityA Model Context Protocol server that supports remote connections and authenticates users via GitHub OAuth, allowing them to access tools based on their GitHub identity.Last updated -
- -securityFlicense-qualityModel Context Protocol server that enables interaction with GitHub repositories, issues, pull requests, and search functionality through natural language.Last updated -1