mcp-server-mcpindex 0.3.11 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +12 -3
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/src/tools-meta.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to `mcp-server-mcpindex` are recorded here.
|
|
|
4
4
|
|
|
5
5
|
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.3.12] - 2026-07-27
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **`search_mcp_servers` no longer claims to search "the full MCP server registry".** The advertised description promised registry-wide coverage, but the tool queries mcpindex's own indexed snapshot (`loadServers()`), which is a subset. The description now says it searches "every MCP server mcpindex indexes" - the same claim the site makes, and one the tool actually delivers. Copy-only; no behaviour change.
|
|
12
|
+
|
|
7
13
|
## [0.3.11] - 2026-07-18
|
|
8
14
|
|
|
9
15
|
### Fixed
|
package/README.md
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
# mcp-server-mcpindex
|
|
2
2
|
|
|
3
|
+
[](https://mcpindex.ai/server/io-github-gautamgb-mcp-server-mcpindex)
|
|
4
|
+
[](https://www.npmjs.com/package/mcp-server-mcpindex)
|
|
5
|
+
[](https://www.npmjs.com/package/mcp-server-mcpindex)
|
|
6
|
+
[](https://mcpindex.ai/stats)
|
|
7
|
+
[](https://mcpindex.ai/stats)
|
|
8
|
+
[](https://github.com/mcpindex-ai/mcp-server-mcpindex/commits/main)
|
|
9
|
+
[](https://smithery.ai/servers/gautamgb/mcpindex)
|
|
10
|
+
[](https://glama.ai/mcp/servers/mcpindex-ai/mcp-server-mcpindex)
|
|
11
|
+
|
|
3
12
|
> An MCP server for finding MCP servers, plus advisory trust verdicts agent frameworks can call before invoking a tool.
|
|
4
13
|
|
|
5
|
-
A drop-in MCP server that lets your agent discover, compare, install, and pre-flight other MCP servers from inside the agent loop. Backed by [mcpindex.ai](https://mcpindex.ai) - the agent-native index of
|
|
14
|
+
A drop-in MCP server that lets your agent discover, compare, install, and pre-flight other MCP servers from inside the agent loop. Backed by [mcpindex.ai](https://mcpindex.ai) - the agent-native index of the official MCP registry (live count at [mcpindex.ai/stats](https://mcpindex.ai/stats)), screened and drift-monitored daily.
|
|
15
|
+
|
|
16
|
+
[Live site](https://mcpindex.ai) · [`npx mcp-server-mcpindex`](https://www.npmjs.com/package/mcp-server-mcpindex) · [Remote MCP](https://mcpindex.ai/api/mcp) · [Install gate](https://mcpindex.ai/#install) · [Docs](https://mcpindex.ai/docs) · [Trust](https://mcpindex.ai/trust)
|
|
6
17
|
|
|
7
18
|
## Install
|
|
8
19
|
|
|
@@ -246,6 +257,4 @@ MIT.
|
|
|
246
257
|
- Guide: [Find the right MCP server by task](https://mcpindex.ai/guides/find-mcp-server-by-task)
|
|
247
258
|
- Source: [github.com/mcpindex-ai](https://github.com/mcpindex-ai)
|
|
248
259
|
|
|
249
|
-
[](https://glama.ai/mcp/servers/mcpindex-ai/mcp-server-mcpindex)
|
|
250
|
-
|
|
251
260
|
Unofficial. Not affiliated with Anthropic.
|
package/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.2",
|
|
3
3
|
"name": "mcp-server-mcpindex",
|
|
4
4
|
"display_name": "mcpindex",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.12",
|
|
6
6
|
"description": "The MCP directory that vets servers, not just lists them: search by task, then get an advisory screen on a server before an agent calls its tools. Advisory, conformance monitored not enforced, not a safety verdict.",
|
|
7
7
|
"long_description": "mcpindex is the MCP directory that vets servers, not just lists them. Search by task to find the right server (ranked picks with install commands and quality scores), then get an advisory screen on a specific tool or a whole server before your agent calls it: whether each tool does what it claims. check_tool_trust and assess_server return an advisory verdict (REVIEW / UNVERIFIED at v1), backed by conformance monitoring and a live drift ledger, and fail closed to human review. Zero-config: queries the public mcpindex.ai API, no credentials. Monitored, not enforced; not a safety verdict and not an in-path gate.",
|
|
8
8
|
"author": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-mcpindex",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12",
|
|
4
4
|
"mcpName": "io.github.gautamgb/mcp-server-mcpindex",
|
|
5
5
|
"description": "The MCP directory that vets servers, not just lists them. Search by task, then get an advisory screen on a server before your agent calls its tools: whether each tool does what it claims, backed by conformance monitoring and a public drift ledger. Advisory (REVIEW / UNVERIFIED), monitored not enforced, not a safety verdict. Drop-in for Claude Desktop, Claude Code, Cursor, Gemini CLI, Cline.",
|
|
6
6
|
"keywords": [
|
package/src/tools-meta.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{
|
|
8
8
|
"name": "search_mcp_servers",
|
|
9
9
|
"title": "Search MCP servers",
|
|
10
|
-
"description": "Keyword + semantic search across
|
|
10
|
+
"description": "Keyword + semantic search across every MCP server mcpindex indexes. Use when the user knows what tool category they want but not which server."
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"name": "get_install_command",
|