Skip to main content
Glama
f

prompts.chat MCP Server

by f
server.json1.19 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.f/prompts.chat-mcp", "title": "prompts.chat MCP Server", "description": "Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.", "icons": [ { "src": "https://prompts.chat/logo.svg", "mimeType": "image/svg+xml", "sizes": ["any"] } ], "repository": { "url": "https://github.com/f/prompts.chat-mcp", "source": "github" }, "version": "1.0.9", "packages": [ { "registryType": "npm", "identifier": "@fkadev/prompts.chat-mcp", "version": "1.0.9", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "PROMPTS_API_KEY", "description": "API key for authenticated requests (enables save_prompt tool)", "isRequired": false, "isSecret": true }, { "name": "PROMPTS_QUERY", "description": "Query string to filter prompts (e.g., users=a,b&categories=c,d&tags=e,f)", "isRequired": false, "isSecret": false } ] } ] }

Latest Blog Posts

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/f/prompts.chat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server