{"id":24161559,"url":"https://github.com/zcaceres/mcp-boilerplate","last_synced_at":"2025-07-15T22:16:34.277Z","repository":{"id":268659197,"uuid":"905075354","full_name":"zcaceres/mcp-boilerplate","owner":"zcaceres","description":"Boilerplate for a Model Context Protocol server","archived":false,"fork":false,"pushed_at":"2024-12-18T21:17:59.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T07:30:44.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zcaceres.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-18T05:38:33.000Z","updated_at":"2024-12-21T06:49:58.000Z","dependencies_parsed_at":"2024-12-18T06:41:47.569Z","dependency_job_id":"a2c3a404-3813-4802-8dd2-8103fc24925a","html_url":"https://github.com/zcaceres/mcp-boilerplate","commit_stats":null,"previous_names":["zcaceres/mcp-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zcaceres/mcp-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcaceres%2Fmcp-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcaceres%2Fmcp-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcaceres%2Fmcp-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcaceres%2Fmcp-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zcaceres","download_url":"https://codeload.github.com/zcaceres/mcp-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcaceres%2Fmcp-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265464398,"owners_count":23770321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-12T17:17:20.618Z","updated_at":"2025-07-15T22:16:34.218Z","avatar_url":"https://github.com/zcaceres.png","language":"JavaScript","funding_links":[],"categories":["Developer Tools"],"sub_categories":[],"readme":"# MCP Server Boilerplate\n\nThis project provides a boilerplate for creating a Model Context Protocol (MCP) server. It's designed to help you quickly set up and start developing your own MCP server with minimal configuration.\n\n## Getting Started\n\n1. Clone this repository\n2. Install dependencies:\n   ```\n   pnpm install\n   ```\n3. Build the project:\n   ```\n   pnpm run build\n   ```\n4. Start the server:\n   ```\n   pnpm start\n   ```\n\n## Development\n\n- Use `npm run dev` to start the TypeScript compiler in watch mode\n- Modify `src/index.ts` to add your custom tools and logic\n\n## Customizing Your Server\n\n1. Update the server info in `src/index.ts`:\n   ```typescript\n   const server = new Server(\n     {\n       name: \"your-server-name\",\n       version: \"your-version\",\n     },\n     // ...\n   );\n   ```\n\n2. Define your tools in the `ListToolsRequestSchema` handler\n3. Implement your tool logic in the `CallToolRequestSchema` handler\n\n### Usage with Desktop App\n\nTo integrate this server with a desktop app, add the following to your app's server configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"your-mcp-server-name-here\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"{ABSOLUTE PATH TO FILE HERE}/dist/index.js\"\n      ]\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcaceres%2Fmcp-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzcaceres%2Fmcp-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcaceres%2Fmcp-boilerplate/lists"}