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.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    B
    quality
    C
    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

View all related MCP servers

Related MCP Connectors

  • Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

  • MEOK MCP Test MCP — golden-file + schema-drift + tool-failure tests for any MCP server. Drop-in

  • The official MCP Server from Mia-Platform to interact with Mia-Platform Console

View all MCP Connectors

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