Skip to main content
Glama
dhansomaiah

component-workshop

by dhansomaiah

MCP Workshop

Build your first MCP server in 30 minutes.

Open in GitHub Codespaces

What's inside

A tiny MCP server that serves synthetic embedded-flavored data — fake components (like CM101A) and fake NTC fault codes — plus a .vscode/mcp.json that hands it to GitHub Copilot Chat's Agent mode as a tool source. You'll add tools during the workshop and ask Copilot to use them.

Related MCP server: mcp-server

Quick start (in Codespaces)

  1. Click Open in Codespaces above.

  2. Wait ~90 seconds for the environment to build (pip install runs automatically).

  3. Open the Chat panel on the right, set mode to Agent, click the tools icon — you should see two tools from component-workshop.

  4. Ask Copilot:

    who owns component CM101A?

    Copilot picks lookup_component, calls it, and answers.

That's the whole loop. The workshop tasks are edits to it — see HANDS_ON.md.

What's here

  • server.py — the MCP server, two working tools

  • .vscode/mcp.json — registers the server with Copilot Chat's Agent mode

  • data/ — synthetic components and NTCs

  • client.py — optional stdio client, prints raw wire messages (no AI)

  • HANDS_ON.md — the two workshop tasks

  • CHEAT_SHEET.md — restarts, common errors, troubleshooting

  • SOLUTION.md — peek only if Copilot stalls

The mental model

An MCP server is a toolbox with labeled drawers. Each tool is a drawer. The tool's description string is the label taped on it. The AI reads the labels to decide which drawer to open.

Your job as a tool author: write labels the AI can act on.

What you will build

See HANDS_ON.md.

F
license - not found
-
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

  • F
    license
    -
    quality
    D
    maintenance
    A simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
  • A
    license
    A
    quality
    D
    maintenance
    A simple, extensible MCP server implementation for local use with tools like Copilot Chat, enabling context management and protocol-compliant communication.
    1
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A toy MCP server for exploring Model Context Protocol capabilities, including resources, tools, and prompts.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • An MCP server for Arcjet - the runtime security platform that ships with your AI code.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server for fcc-ecfs

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/dhansomaiah/mcp-workshop'

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