Skip to main content
Glama
IntelagentStudios

Intelagent MCP Template

My MCP Server

A Model Context Protocol server built with @intelagent/mcp-shared.

Quick Start

npm install
npm run build
npm start

Add to Claude Code

Create .mcp.json in your project root:

{
  "mcpServers": {
    "my-mcp-server": {
      "command": "node",
      "args": ["path/to/dist/index.js"]
    }
  }
}

Tools

Tool

Description

reverse_string

Reverse a string

word_count

Count words and characters

server_info

Server metadata and health check

Development

npm run dev       # Run with tsx (no build needed)
npm run build     # Compile TypeScript
npm test          # Run tests
npm run test:watch # Watch mode

Adding a New Tool

  1. Define types in src/types.ts

  2. Add business logic to a service in src/services/

  3. Define the tool in src/tools/ using the ToolDefinition interface

  4. Wire it up in src/index.ts

  5. Add tests in tests/

See the enrichment MCP for a full production example.

License

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/IntelagentStudios/intelagent-mcp-template'

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