MCP.so
Sign In

Discover Exceptional MCP Servers

@johnnyclem

About Discover Exceptional MCP Servers

mcp server index for souls

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

johnnyclem

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers