Skip to main content
Glama
it370

mock-mcp

by it370

MCP Connector Developer Guide

This repository contains the documentation and mock MCP/OAuth server for developers who want to expose an MCP server to our platform.

Run

npm start

One process serves the guide UI and both OAuth samples. Local default: http://localhost:8700 (PORT / DEMO_UI_PORT).

Version

MCP

Authorize

Token

OAuth 2.0

{origin}/2.0/mcp

{origin}/2.0/oauth/authorize

{origin}/2.0/oauth/token

OAuth 2.1

{origin}/2.1/mcp

{origin}/2.1/oauth/authorize

{origin}/2.1/oauth/token

{origin} is whatever host you opened (the UI loads this from /config.json). Callbacks use the current origin + /callback.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A mock MCP server for testing MCP client implementations and development workflows. Supports tools, prompts, and resources across multiple transport protocols (stdio, HTTP, SSE).
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    A simple HTTP-based MCP server that provides demo tools (get_test_string, echo, check_maintenance), greeting prompts, and test resources, with optional OAuth 2.1 support.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    A lightweight mock MCP server for local testing and resilience experiments, providing predictable tool responses with simulated latency and errors.
    1
    MIT