mcpbeat Sign in

Knowmint MCP Server

local only

Knowmint runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 16 Apr 2026.

AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana.

Installs per day peak 12 · avg 6 · +24% w/w
a month agotoday
28
Installs / week
npm · @knowmint/mcp-server
3
Stars
2 open issues
16 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable cli/bin/km.mjs:287
  let candidate = path.join(targetDir, targetName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add knowmint -- npx -y @knowmint/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "knowmint": {
      "args": [
        "-y",
        "@knowmint/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.knowmint]
command = "npx"
args = ["-y", "@knowmint/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "knowmint": {
      "args": [
        "-y",
        "@knowmint/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "knowmint": {
      "args": [
        "-y",
        "@knowmint/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KM_API_KEY (KnowMint API key), KM_BASE_URL (KnowMint API base URL (default: https://knowmint.shop)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Knowmint

same job, measured the same way
The402ai
by the402ai

AI agent service marketplace — browse, purchase, and manage services via x402/USDC

1 324 installs/wk local only
Databazaar
by shagarwal

Agent-first data marketplace — AI agents search, purchase, and sell datasets via MCP.

37 installs/wk answering
Discovery
by nexbid

Search and discover advertiser products through an open marketplace for AI agents.

19 tools answering
Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A)
by global-chat

x402-paid MCP server on Base L2 — LangGraph/CrewAI/Eliza/A2A agent-discovery + agent-marketplace.

45 installs/wk local only
Hive Doctrine MCP
by mizukaizen

Agent knowledge marketplace. 105 products, 6 MCP tools, x402 payments on Base network.

25 installs/wk local only
Garden Agent Platform
by uncooe

Experimental MCP for discovering and purchasing explicitly published, versioned Agent knowledge.

5 tools answering
three.ws Marketplace
by nirholas

Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.

201 installs/wk local only
elisym
by elisymlabs

AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman

1 081 installs/wk local only

Knowmint — questions

Answers built from our own checks of this server.

Why is there no uptime for Knowmint?
Knowmint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @knowmint/mcp-server was installed 28 times last week.
How do I connect Knowmint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @knowmint/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Knowmint?
The npm package @knowmint/mcp-server was installed 28 times in the last week. Week over week that is +24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Knowmint open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.