MCP Directory
Back

ls-mcp

by lirantal · TypeScript · ★ 84

List MCP Server configurations in your system used by AI applications like Cursor, Claude Desktop, VS Code and others

#claude-ai#claude-desktop#cursor#cursor-ai#mcp#mcp-server#model-context-protocol

Install

npx -y github:lirantal/ls-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ls-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:lirantal/ls-mcp"
      ]
    }
  }
}

From the README

ls-mcp Detect Configured MCP (Model Context Protocol) in your local dev environment - **🔍 MCP Discovery**: Automatically detect MCP servers across various AI applications and agentic IDEs - **📁 Directory Bubbling**: Intelligent discovery of project-scoped MCP configs from nested directories, supporting project-scoped MCP Server configuration and global configurations - **🔄 Process Detection**: Real-time status of running MCP servers - **🔒 Credential Analysis**: Security analysis of environment variables and API keys for potentially exposed credentials in MCP S…
Read full README on GitHub →

Related other servers