You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-39Lines changed: 4 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
</h1>
6
6
7
7
<palign="center">
8
-
Detect and list MCPs in your local dev environment (Model Context Protocol)
8
+
Detect Configured MCP (Model Context Protocol) in your local dev environment
9
9
</p>
10
10
11
11
<palign="center">
@@ -24,48 +24,17 @@
24
24
25
25
## Features
26
26
27
-
-**🔍 MCP Discovery**: Automatically detect MCP servers across multiple AI applications
28
-
-**📁 Directory Bubbling**: Intelligent discovery of project-scoped MCP configs from nested directories
27
+
-**🔍 MCP Discovery**: Automatically detect MCP servers across various AI applications and agentic IDEs
28
+
-**📁 Directory Bubbling**: Intelligent discovery of project-scoped MCP configs from nested directories, supporting project-scoped MCP Server configuration and global configurations
29
29
-**🔄 Process Detection**: Real-time status of running MCP servers
30
-
-**🔒 Credential Analysis**: Security analysis of environment variables and API keys
31
-
-**🌐 URL Hostname Extraction**: Clean display of hostnames for URL-based MCP servers
32
-
-**🌍 Cross-Platform**: Support for Windows and macOS (Linux support coming soon)
33
-
-**⚡ High Performance**: Fast discovery with intelligent caching and optimization
30
+
-**🔒 Credential Analysis**: Security analysis of environment variables and API keys for potentially exposed credentials in MCP Servers
34
31
35
32
## Usage: CLI
36
33
37
34
```bash
38
35
npx ls-mcp
39
36
```
40
37
41
-
### Directory Bubbling
42
-
43
-
The tool now includes intelligent directory bubbling for better Developer Experience. Run `ls-mcp` from anywhere in your project structure:
44
-
45
-
```bash
46
-
# From project root (traditional behavior)
47
-
cd~/projects/my-project
48
-
npx ls-mcp
49
-
50
-
# From nested directory (new feature!)
51
-
cd~/projects/my-project/backend/services/api
52
-
npx ls-mcp # Automatically finds .vscode/mcp.json from project root
53
-
```
54
-
55
-
### URL Hostname Extraction
56
-
57
-
The tool now displays clean hostnames for URL-based MCP servers instead of full URLs:
0 commit comments