mcp-tool-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-tool-serversearch for 'registry' in the src folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-tool-server
A minimal TypeScript prototype for MCP-style tools and resources.
Current scope is the registry layer plus a small set of local utility tools that can be wired into a full MCP server.
Features
In-process tool and resource registry
Zod input validation for tool calls
Local utility tools for command exec, file reads, directory trees, and search
Project manifest resource exposure
Node test coverage for registry behavior
Related MCP server: TypeScript MCP Server Boilerplate
Quick Start
npm install
npm test
npm run buildCurrent Scope
This repo does not yet include a complete stdio/SSE transport or Claude Desktop wiring. It is currently a clean registry prototype that can be embedded into a fuller MCP implementation.
Architecture
src/
├── server.ts # Registry assembly + request handlers
├── registry.ts # Tool and resource registry
├── tools/
│ ├── exec.ts # Shell command tool
│ ├── fs.ts # Filesystem tools
│ └── search.ts # Grep/ripgrep search tool
└── resources/
└── manifest.ts # Project manifest resourcesTesting
npm testLicense
MIT
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceA boilerplate project for quickly developing MCP servers using TypeScript, featuring example implementations of tools (calculator, greetings) and resources (server info) with Zod schema validation.Last updated
- Flicense-qualityDmaintenanceA starter project designed to quickly build and deploy Model Context Protocol (MCP) servers using the TypeScript SDK and Zod for schema validation. It features example implementations for tools and resources, providing a solid foundation for custom MCP development and integration.Last updated
- Alicense-qualityDmaintenanceA local Model Context Protocol (MCP) server that exposes custom tools to Claude Desktop, enabling direct interaction with your local environment. It provides a framework for building and integrating custom TypeScript tools into the Claude interface.Last updated8MIT
- FlicenseAqualityDmaintenanceA starter project for rapidly developing Model Context Protocol (MCP) servers using the TypeScript SDK and Zod schema validation. It includes example implementations for tools and resources to streamline the creation of custom MCP integrations.Last updated6
Related MCP Connectors
Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
Local-first RAG engine with MCP server for AI agent integration.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/devjason41/mcp-tool-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server