agi-house-hackathon-mcp-server
0
This project is a scaffold for creating a Model Context Protocol (MCP) server that can be customized with additional tools and functionalities. It is designed for integration with Claude Desktop and includes a clear structure for development and adding new tools, leveraging libraries like Zod for schema validation.
Generic MCP Server
A generic Model Context Protocol (MCP) server scaffold that can be extended with custom tools and functionality.
Installation
- Clone the repository
- Install dependencies
- Build the project
Setting up with Claude Desktop
- Add to Claude's configuration file
- Ensure API keys are secure
Development
- Main server file:
index.ts
- Adding new tools involves defining schemas with Zod and implementing handlers
Scripts
- Build, prepare, and watch scripts available
Dependencies
- Uses
@modelcontextprotocol/sdk
,zod
, andzod-to-json-schema
License
- MIT