Skip to main content
Glama

MCP-Server-Integration — Build-Übung

Grundgerüst für die CCA-F-Vorbereitungsübung aus 2.4 MCP Server Integration. Hier ist nichts gelöst — jede Aufgabe unten hat ein TODO, das du ausfüllen musst.

Aufgaben-Checkliste

  • 1. Projektkonfiguration.mcp.json hat einen github Server-Eintrag (command/args). Tausche ihn gegen einen beliebigen Community- Server aus, falls du nicht GitHub verwendest.

  • 2. Umgebungsvariablen-Erweiterung — der github-Eintrag verweist auf ${GITHUB_TOKEN} anstelle einer hartcodierten Anmeldedaten. Kopiere .env.example nach .env und fülle ein echtes Token ein.

  • 3. Benutzerkonfiguration — hier absichtlich nicht erstellt, da ~/.claude.json außerhalb des Projekts liegt und für deine Maschine persönlich ist. Vorlage und Schritte: docs/user-level-config.md.

  • 4. Eine MCP-Ressource bereitstellensrc/server.ts hat eine Stub-Ressource catalogue://TODO. Ersetze sie durch einen echten Inhaltskatalog (z. B. ein DB-Schema oder eine Dokumentationshierarchie) mit einer korrekten URI, Name, Beschreibung und mimeType.

  • 5. Tool-Beschreibungen verbessern — in derselben Datei hat example_tool eine Platzhalterbeschreibung. Schreibe 3–5 Sätze, die Fähigkeit, Ausgabe, Anwendungsfall und den Vergleich mit einer integrierten Alternative abdecken.

Related MCP server: MCP Inspector Server

Einrichtung

npm install
npm run dev        # starts the stdio server directly
npm run inspect     # opens MCP Inspector against the server for manual testing

Layout

.mcp.json                   Task 1 & 2 — project-level server config
.env.example                Task 2 — template for the secret .mcp.json expands
docs/user-level-config.md   Task 3 — template + steps for ~/.claude.json
src/server.ts                Task 4 & 5 — custom MCP server with resource/tool stubs

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
    Not graded
    quality
    C
    maintenance
    A production-ready development scaffold for MCP servers, optimized for Cursor IDE with built-in tools, resources, and prompts that enables quick development of Model Context Protocol servers with 5-minute startup and 10-minute development capabilities.
    26
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A minimal, well-documented MCP server boilerplate providing a reusable baseline with tools, resources, prompts, and extensive documentation for building custom MCP servers.
    -

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/aleksandr-loshkarev/mcp_server_integration'

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