← Index

io.github.Sou0327/knowmint

io.github.Sou0327/knowmint·v0.1.4·Memory & RAG
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "knowmint": {
      "command": "npx",
      "args": [
        "-y",
        "@knowmint/mcp-server"
      ],
      "env": {
        "KM_API_KEY": "<your-km_api_key>",
        "KM_BASE_URL": "<km_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "knowmint": {
      "command": "npx",
      "args": [
        "-y",
        "@knowmint/mcp-server"
      ],
      "env": {
        "KM_API_KEY": "<your-km_api_key>",
        "KM_BASE_URL": "<km_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @knowmint/mcp-server
§02  Environment variables
KM_API_KEY
requiredsecret

KnowMint API key

KM_BASE_URL

KnowMint API base URL (default: https://knowmint.shop)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG