MCP.so
登录

Discover Exceptional MCP Servers

@johnnyclem

关于 Discover Exceptional MCP Servers

mcp server index for souls

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

johnnyclem

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "souls-mcp-srv": {
      "name": "File System Access Control",
      "key": "FileSystem",
      "command": "npx",
      "description": "Enforces directory-level operation restrictions through specified arguments",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "{{dirs@list::directories you about to access. Include trailing slash}}"
      ],
      "homepage": "https://github.com/modelcontextprotocol/servers"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Discover Exceptional MCP Servers?

Discover Exceptional MCP Servers (MCPSvr) is a community-driven directory of MCP servers, spun off from the 5ire project. It allows developers to discover and share MCP server configurations that MCP clients like 5ire can install and run directly.

How to use Discover Exceptional MCP Servers?

Browse the directory at /public/servers.json to find server configurations, or contribute new servers by submitting a pull request with a valid configuration object. Clients like 5ire can use the directory to install and run listed servers.

Key features of Discover Exceptional MCP Servers

  • Community-curated directory of MCP server configurations
  • Standardized configuration schema for easy contribution
  • Supports user-defined interactive parameters
  • Enables direct installation and execution by MCP clients
  • Maintained via GitHub pull requests to a central JSON file

Use cases of Discover Exceptional MCP Servers

  • Discovering ready-to-use MCP servers for your AI agent or tool
  • Sharing your own MCP server creation with the community
  • Learning about MCP server configuration patterns

FAQ from Discover Exceptional MCP Servers

How do I contribute a new server to the directory?

Submit a pull request to the /public/servers.json file with a configuration object following the schema. Ensure the key is unique and starts with a letter.

What fields are required in a server configuration?

The required fields are name, key, description, command, and args. env and homepage are optional.

How do I define user-interactive parameters in a server configuration?

Use the format {{paramName@paramType::paramDescription}} in the args array. Supported types are string, list, and number.

What are the rules for the key field?

It must be a unique alphanumeric string starting with a letter. Numeric prefixes are strictly prohibited.

Can I include environment variables for a server?

Yes, use the optional env object in the configuration to assign environment variable values.

评论

其他 分类下的更多 MCP 服务器