Durable MCP Tripleshot
Exposes Tripleshot's public API as MCP tools, enabling users to search and manage AI prompts, browse communities, get trending/featured prompts, and render prompt templates with variable substitution.
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., "@Durable MCP Tripleshotshow me trending AI prompts for coding"
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.
durable-mcp-tripleshot
Minimal Durable MCP server exposing Tripleshot public API as MCP tools.
Demo Video with Claude

Related MCP server: Think MCP Server
Setup
uv init --python 3.12.11
uv add reboot durable-mcp httpx "mcp[cli]"Create .rbtrc:
dev run --no-generate-watch
dev run --python --application=server.py --working-directory=.
dev run --watch=**/*.pyRun server:
rbt dev run
# MCP available at http://127.0.0.1:9991/mcpSetup in Claude
To use this MCP server with Claude Desktop, add the following configuration to your Claude desktop config file:
Location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"durable-mcp-tripleshot-1": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://127.0.0.1:9991/mcp/"
]
}
}
}Make sure the server is running (rbt dev run) before launching Claude Desktop.
Tools
Tool | Endpoint |
list_communities |
|
search_prompts |
|
get_prompt |
|
trending_prompts |
|
featured_prompts |
|
render_prompt | fetch + template-substitute prompt body |
Client
Run interactive client:
uv run python client.pySupports list_communities, search_prompts, get_prompt, trending_prompts, featured_prompts, render_prompt.
Config
Variable | Default |
TRIPLESHOT_BASE | |
HTTP_TIMEOUT_MS | 15000 |
MCP_TOKEN | unset |
Notes
Server is durable: tools run inside
DurableContext, safe to retry.HTTP handled via
httpx.AsyncClient.State can be inspected at
http://127.0.0.1:9991/__/inspect.
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
- AlicenseBqualityAmaintenanceMCP server that exposes any LynxPrompt instance to LLMs, enabling browsing, searching, and managing AI configuration blueprints and prompt hierarchies.Last updated6402GPL 3.0
- Alicense-qualityCmaintenanceProvides prompt management, resource management, and tool call capabilities (content analysis, article analysis) based on the MCP protocol.Last updated3MIT
- Flicense-qualityDmaintenanceStreamable HTTP MCP server that fronts api.tripleshot.ai, enabling AI clients to search, fetch, and render prompts from the Tripleshot prompt library.Last updated
- Alicense-qualityDmaintenanceEnables storage, versioning, and retrieval of prompts with rich metadata via MCP tools, supporting stdio and SSE transports.Last updated123ISC
Related MCP Connectors
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
MCP server for generating rough-draft project plans from natural-language prompts.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
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/leopold16/durable-mcp-tripleshot-1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server