Skip to main content
Glama
Opafex

Intelagent MCP Template

by Opafex

My MCP Server

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

Quick Start

npm install
npm run build
npm start

Related MCP server: MCP Template

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

Install Server
A
license - permissive license
A
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

  • F
    license
    B
    quality
    D
    maintenance
    A template MCP server that provides a basic structure and configuration for building Model Context Protocol servers. Includes Docker support, environment configuration, and examples for both STDIO and SSE transport modes.
    Last updated
    1
  • A
    license
    B
    quality
    D
    maintenance
    A template repository for building Model Context Protocol (MCP) servers that enable LLM clients to interact with custom tools and services through standardized JSON-RPC communication.
    Last updated
    3
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A template project for quickly building Model Context Protocol (MCP) servers using TypeScript and the official SDK. It includes pre-configured examples for tools and resources to help developers jumpstart their custom MCP server development.
    Last updated
    98
  • F
    license
    -
    quality
    D
    maintenance
    A boilerplate template for developing Model Context Protocol (MCP) servers, providing a structured framework for defining tools, resources, and prompts.
    Last updated

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP (Model Context Protocol) server for Appwrite

  • A Model Context Protocol server for Wix AI tools

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/Opafex/opafex-mcp-template'

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