Back to Browse

Knowledge MCP Server

Developer ToolsLow Risk8.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Search 15 years of Mind the Product writing, talks and podcasts, plus live events and PM jobs.

About

Search 15 years of Mind the Product writing, talks and podcasts, plus live events and PM jobs.

Remote endpoints: streamable-http: https://www.mindtheproduct.com/api/mcp/

Security Report

8.2
Low Risk8.2Low Risk

This MCP server provides read-only access to Mind the Product content through a well-designed OAuth 2.0 flow. Code quality is excellent with proper PKCE implementation, secure token handling, and appropriate scope limitations. Permissions are well-matched to the server's purpose (read-only content search and retrieval). No security vulnerabilities or malicious patterns detected.

2 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Mind the Product MCP — 3,500+ articles. One smarter agent.

Mind the Product MCP

Connect any MCP client to 15 years of product management writing, conference talks and podcasts from Mind the Product — plus live events and the product job board.

https://www.mindtheproduct.com/api/mcp/

Read-only. Free. Sign in with a Mind the Product account when your client prompts you.


Install

Claude Code

claude mcp add --transport http mind-the-product https://www.mindtheproduct.com/api/mcp/

Claude / ChatGPT — Settings → Connectors → Add custom connector, paste the URL above.

Cursor / VS Code

code --add-mcp '{"name":"mind-the-product","type":"http","url":"https://www.mindtheproduct.com/api/mcp/"}'

Codex — in ~/.codex/config.toml:

[mcp_servers.mind_the_product]
url = "https://www.mindtheproduct.com/api/mcp/"

Anything else

{
  "mcpServers": {
    "mind-the-product": {
      "url": "https://www.mindtheproduct.com/api/mcp/"
    }
  }
}

There is a one-click install for most clients at mindtheproduct.com/mcp.


What you can ask

What frameworks work best for B2B product discovery?

Summarise the latest Mind the Product thinking on AI product management.

What else should I read about outcome-driven roadmaps?

Are there any ProductTank meetups near me this month?

Show me remote senior PM roles on the job board.

No commands to learn — your client picks the right tool.


Tools

ToolWhat it does
search_mtp_contentHybrid semantic + keyword search across 1,500+ articles, talks and guides
get_articleFull text of one article, with authors, date and categories
list_recentRecently published articles, optionally filtered by topic
get_relatedVector-similarity reading lists — what to read next
search_eventsMTP conferences, workshops and ProductTank meetups worldwide
search_jobsLive listings from the Mind the Product job board

All six are read-only and annotated as such.

Resources

Articles are exposed as MCP resources, so full text is one resources/read away — no second tool call, no guessing slugs.

mtp://article/{slug}

Every search result carries a resource_link pointing at one of these. The four content tools also return structuredContent matching their outputSchema, so you can parse results rather than scraping markdown.


Signing in

Your client handles it. The first time you use the MCP it'll open a browser and ask you to sign in with your Mind the Product account — free to create — and that's it.

There's no API key to manage. Access is read-only and tied to you personally, so nothing you connect can post, comment, or change anything in your account.

Things to build with it

Copy-paste projects. No code, no setup — connect the MCP, paste the prompt, go.

What it is
🎲 PM Trivia NightA quiz game where every answer cites a real article
🕵️ Two Truths and a LieSpot the invented product claim
🧭 Your First 90 DaysChoose-your-own-adventure for new product leaders
🔥 Roadmap RoastPaste your roadmap, get it pulled apart with receipts
🃏 Flashcard FactoryHas your AI build you a real flashcards app
📍 ProductTank RadarFinds the product community near you

Made something? Open a PR and add it — a folder, a README, the prompt you used. We'd like this to be where people find out what's possible.

For developers

Protocol revision 2026-07-28, Streamable HTTP transport. Full reference — tool schemas, the OAuth flow, resources, errors, rate limits — is at mindtheproduct.com/mcp/docs.

Raw protocol examples live in dev/: a shell walkthrough of the whole flow, and a dependency-free Node client. The registry manifest is server.json.

Licence

Code in this repo is MIT. Mind the Product content served through the API remains © Mind the Product and is provided for use within AI assistants, not for redistribution.

Reviews

No reviews yet

Be the first to review this server!