Template for a remote MCP server with GitHub OAuth - following best practices for building MCP servers so you can take this as a starting point for any MCP server you want to build!
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a template for building a remote MCP (Model Context Protocol) server with GitHub OAuth authentication, enabling users to interact with PostgreSQL databases through MCP clients like Claude Desktop. It's designed for developers who want to create production-ready MCP servers that can securely expose database tools to authenticated users, with GitHub-based role-based access control for read and write operations. The project is particularly useful for teams building AI-powered database tools, creating custom MCP servers for internal tools, or developers who want a secure, scalable way to expose database functionality through the MCP ecosystem. It combines Cloudflare Workers for deployment, GitHub OAuth for authentication, and PostgreSQL for data storage, making it ideal for cloud-native applications that need secure database access with proper user permissions.