An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


ls-mcp


Detect Configured MCP (Model Context Protocol) in your local dev environment


npm version
license
downloads
build
codecov
Known Vulnerabilities
Responsible Disclosure Policy


ls-mcp logo

## 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.