{"id":26887417,"url":"https://github.com/nanbingxyz/mcpsvr","last_synced_at":"2025-04-08T03:17:04.210Z","repository":{"id":278323968,"uuid":"935242071","full_name":"nanbingxyz/mcpsvr","owner":"nanbingxyz","description":"Discover Exceptional MCP Servers","archived":false,"fork":false,"pushed_at":"2025-04-03T09:02:54.000Z","size":347,"stargazers_count":101,"open_issues_count":0,"forks_count":21,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-03T10:22:11.694Z","etag":null,"topics":["mcp-server","modelcontextprotocol"],"latest_commit_sha":null,"homepage":"https://mcpsvr.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanbingxyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-19T06:07:43.000Z","updated_at":"2025-04-03T09:02:58.000Z","dependencies_parsed_at":"2025-02-19T07:23:21.361Z","dependency_job_id":"56e0af93-46cd-46e9-b03b-dbb0e200d691","html_url":"https://github.com/nanbingxyz/mcpsvr","commit_stats":null,"previous_names":["nanbingxyz/mcpsvr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanbingxyz%2Fmcpsvr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanbingxyz%2Fmcpsvr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanbingxyz%2Fmcpsvr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanbingxyz%2Fmcpsvr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanbingxyz","download_url":"https://codeload.github.com/nanbingxyz/mcpsvr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767237,"owners_count":20992548,"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":["mcp-server","modelcontextprotocol"],"created_at":"2025-03-31T19:28:01.150Z","updated_at":"2025-04-08T03:17:04.185Z","avatar_url":"https://github.com/nanbingxyz.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","📚 Projects (1974 total)","🌐 Web Development"],"sub_categories":["MCP Servers"],"readme":"\u003cimg src=\"./public/logo.png\" width=\"68\" alt=\"mcpsvr logo\"/\u003e\n\n# Discover Exceptional MCP Servers\n\n[Chinese Version](./README_cn.md)\n\nMCPSvr is an innovative spin-off project from  [5ire](http://github.com/nanbingxyz/5ire) designed to host a community-driven directory of MCP servers. This platform empowers developers to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.\n\n**🚀 The servers here enable MCP clients like 5ire to install and run directly.**\n\nhttps://github.com/user-attachments/assets/3d1ec8db-2041-4f2d-b72c-eb8ae17ab31c\n\n## Contribution Guidelines\n\nAll registered MCP servers are maintained in the centralized repository located at `/public/servers.json`. Developers can submit new server configurations through GitHub pull requests (PRs).\n\n### Configuration Schema\n```json\n{\n  \"name\": \"Server Identifier\",\n  \"key\": \"Unique alphanumeric identifier\",\n  \"description\": \"Concise implementation overview\",\n  \"command\": \"Execution environment specifier (e.g., uvx, npx, python, node)\",\n  \"args\": [\n    \"Required runtime arguments\"\n  ],\n  \"env\": {\n    \"ENVIRONMENT_VARIABLE\": \"Value assignment\"\n  },\n  \"homepage\": \"Official documentation URL\"\n}\n```\n\n### Best Practices\n\n1. **Field Organization**: Maintain alphabetical ordering for configuration keys\n2. **Identifier Requirements**:\n   - Must be a unique alphanumeric string starting with a letter\n   - Strictly prohibits numeric prefixes\n3. **Metadata Handling**:\n   - Optional `name` field defaults to `key` display value\n   - Environment variables and homepage URLs are supplementary fields\n\n### User-Defined Parameters\n\nFor interactive parameter requirements, adhere to the standardized format:\n```\n{{paramName@paramType::paramDescription}}\n```\nThis convention enables parameter extraction and presentation in client applications.\n\n**Example Implementation**:\n```json\n{\n  \"name\": \"File System Access Control\",\n  \"key\": \"FileSystem\",\n  \"command\": \"npx\",\n  \"description\": \"Enforces directory-level operation restrictions through specified arguments\",\n  \"args\": [\n    \"-y\",\n    \"@modelcontextprotocol/server-filesystem\",\n    \"{{dirs@list::directories you about to access. Include trailing slash}}\"\n  ],\n  \"homepage\": \"https://github.com/modelcontextprotocol/servers\"\n}\n```\n**Parameter Extraction**:\n```json\n{\n  \"name\": \"dirs\",\n  \"type\": \"list\",\n  \"description\": \"Directories you about to access. Include trailing slash\"\n}\n```\n\n**Field Constraints**:\n- `paramName` must be unique within the server configuration\n- Supported data types include string,list and number,make sure to use the right type!\n- Descriptive text remains optional\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanbingxyz%2Fmcpsvr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanbingxyz%2Fmcpsvr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanbingxyz%2Fmcpsvr/lists"}