https://github.com/lirantal/ls-mcp
List MCP Server configurations in your system used by AI applications like Cursor, Claude Desktop, VS Code and others
https://github.com/lirantal/ls-mcp
claude-ai claude-desktop cursor cursor-ai mcp mcp-server model-context-protocol
Last synced: about 1 month ago
JSON representation
List MCP Server configurations in your system used by AI applications like Cursor, Claude Desktop, VS Code and others
- Host: GitHub
- URL: https://github.com/lirantal/ls-mcp
- Owner: lirantal
- License: apache-2.0
- Created: 2025-05-26T05:21:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T17:34:40.000Z (about 2 months ago)
- Last Synced: 2025-08-21T19:00:26.290Z (about 2 months ago)
- Topics: claude-ai, claude-desktop, cursor, cursor-ai, mcp, mcp-server, model-context-protocol
- Language: TypeScript
- Homepage:
- Size: 1020 KB
- Stars: 57
- Watchers: 0
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
ls-mcp
Detect Configured MCP (Model Context Protocol) in your local dev environment
![]()
## Features
- **🔍 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 Servers## Usage: CLI
```bash
npx ls-mcp
```### Debug Mode
To enable verbose debugging output, set the `NODE_DEBUG` environment variable:
```bash
# Enable debug logging for ls-mcp
NODE_DEBUG=ls-mcp npx ls-mcp# Enable all debug logging
NODE_DEBUG=* npx ls-mcp
```## Documentation
For detailed information about the project architecture and features:
- **[Project Overview](./docs/project.md)**: Comprehensive project analysis and architecture
- **[Design Documentation](./docs/design.md)**: Technical design decisions and implementation details
- **[Requirements](./docs/requirements.md)**: Functional and non-functional requirements
- **[Directory Bubbling](./docs/directory-bubbling.md)**: Intelligent directory traversal feature
- **[URL Hostname Extraction](./docs/url-hostname-extraction.md)**: Clean display of hostnames for URL-based servers
- **[Credential Detection](./docs/credential-detection.md)**: Security analysis features## Author
**ls-mcp** © [Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.