taste-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@taste-mcphelp me decide on a SQL vs NoSQL database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ai coding agents don't have taste. you do (maybe).
A basic, stateless MCP that agents call when making decisions, backed by your curated development bookmarks.
So it's your fault now when things go wrong.

MCP
The MCP server is available over Streamable HTTP at:
http://localhost:8787/mcpPoint an MCP client or coding agent at that URL. The endpoint implements the final 2026-07-28 protocol and also accepts stateless legacy clients. Every request receives a fresh server instance: there is no session ID, sticky routing, or per-client memory.
Agents can use:
consult_tasteto search the library for a development decision;get_taste_itemto inspect one exact bookmark;list_taste_categoriesto discover the available taxonomy;taste://libraryandtaste://items/{itemId}as read-only resources;make_tasteful_decisionas a reusable decision prompt.
The MCP surface is intentionally read-only. Curation and human review stay in the Web UI.
For access from another machine, expose the app and explicitly allow the hostname or IP used by MCP clients:
APP_HOST=0.0.0.0
MCP_ALLOWED_HOSTS=localhost,127.0.0.1,192.168.1.5The .env file is optional. Without an API key, the enrichment flow runs in demo mode.
Related MCP server: bookmark-mcp
Configure AI enrichment
Add your DeepSeek API key to .env:
DEEPSEEK_API_KEY=your-keyDocker binds the application to
127.0.0.1by default.The application currently has no authentication. Do not bind it to a public interface unless it is protected by an authenticated HTTPS proxy.
Public GitHub pages are read without a GitHub token. Private repositories are not supported.
Your bookmarks and reviews remain in your local SQLite database. Back up the Docker volume or the local data/ directory before moving installations.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceA local MCP server that gives AI coding assistants retrieval access to your personal knowledge base of books, standards, and docs, grounding their answers in sources you trust.MIT
- FlicenseAqualityCmaintenanceA bookmark management MCP server that enables saving, searching, and managing bookmarks with tags and read/unread status, providing tools, resources, and prompts for integration.4
- Alicense-qualityCmaintenanceAn MCP server that exposes Raindrop.io's bookmark management API as tools for AI assistants, enabling collection, bookmark, and tag operations.MIT
- Flicense-qualityBmaintenanceMCP server that provides a searchable knowledge base of internal development standards, enabling AI coding agents to consistently reference and comply with them.
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JVPVO/taste-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server