Skip to main content
Glama

GH-600 MCP Server Lab

A runnable Model Context Protocol server, by Certy. Maps to GH-600 domain 2.0 - Tooling, MCP Servers & Execution Context.

Deterministic and local: the tools use fake in-memory data, so the server runs with no network and no tokens.

Run it

npm install
npm test            # 7 tool/security tests
npm run typecheck
npm start           # starts the MCP server over stdio

Connect a host with mcp-config.example.json (runs npx tsx src/index.ts).

Related MCP server: Basic MCP Server

What is here

  • src/index.ts - a real MCP server (using @modelcontextprotocol/sdk) that registers four tools and one resource.

  • src/tools/ - pure tool functions (getRepoInfo, listOpenIssues, createIssueSummary, safeFileRead).

  • src/security/ - an allowlist and a rate limiter.

  • src/resources/repoContext.ts - a read-only MCP resource.

  • docs/ - MCP overview, tool registration, stdio vs SSE, execution context.

Licence

MIT.

Install Server
A
license - permissive license
B
quality
C
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
    -
    quality
    D
    maintenance
    A minimal demonstration server showcasing MCP protocol capabilities including tools, resources, and prompts with basic examples like hello world functionality.
    Last updated
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A minimal template MCP server demonstrating basic tools, resources, and prompts functionality. Includes example implementations like a hello tool, history resource, and greet prompt for learning MCP development.
    Last updated
    4
    ISC

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • A MCP server built for developers enabling Git based project management with project and personal…

  • MCP server for accessing curated awesome list documentation

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/kishan-learningai/remote-certy-gh600-mcp-server-lab'

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