mcp-core

security MCP Server

Shared foundation for building MCP servers -- Streamable HTTP transport, OAuth 2.1, browser-based credential setup, and a shared embedding daemon.

VerifiedInstall Ready
securitysecurity
4 views1 stars1 forksApache-2.0

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 1w ago.

VerifiedInstall Ready
Source
github-topic:model-context-protocol
Stars
1
Last synced
1w ago
Install
Instructions detected

Install

1. Install the package

pip install n24q02m-mcp-core
6
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (6)

Package

Language

Project

Tagline

Language

Registry

MCP

</details> <!-- END: AUTO-GENERATED-CROSS-PROMO --> ## Table of contents - [Packages](#packages) - [What you get](#what-you-get) - [Quick start (Python)](#quick-start-python) - [Quick start (TypeScript)](#quick-start-typescript) - [CLI](#cli) - [Documentation](#documentation) - [Design Philosophy](#design-philosophy) - [Development](#development) - [License](#license) mcp-core is the shared foundation for the n24q02m MCP servers: a Streamable HTTP transport, an OAuth 2.1 Authorization Server, lifecycle management, install automation, and a shared embedding daemon. `mcp-core` is the **functional successor** to the archived [`mcp-relay-core`](https://github.com/n24q02m/mcp-relay-core). All crypto, storage, OAuth, relay, and schema modules from `mcp-relay-core` ship under the same paths in `mcp-core` (1:1 superset), so downstream MCP servers can migrate with a pure import + dependency rename. See the [Migration guide](https://mcp.n24q02m.com/servers/mcp-core/migration/) for the rename table. ## Packages

Subcommand

Purpose

doctor

Environment diagnostics — Python 3.13, credential-backend init, store-dir writability, config state, relay session, transport mode. Exits non-zero on any `[fail]`.