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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/it370/mock-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server