confd-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., "@confd-mcpsearch for museums in London with the 'art' tag"
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.
@stqry/confd-mcp
MCP server for the ConFd museums, organizations, and conferences API.
Install
npm install -g @stqry/confd-mcpYou'll need a ConFd API key. Set these environment variables:
export CONFD_API_URL="https://confd.stqry.com/api/v1"
export CONFD_API_KEY="your-api-key"Related MCP server: api-docs-mcp
Setup
Claude Code
claude mcp add confd -- npx -y @stqry/confd-mcpThen set the environment variables in your shell before launching Claude Code, or add them to your shell profile.
Claude Desktop
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Tools (18)
Museums
Tool | Description |
| Search and filter museums by name, country, source, tag, published/discarded status |
| Get a museum by ID |
| Create a new museum |
| Update a museum by ID |
| Create or update a museum by source identifier |
| Upload a logo (from URL, base64, or file path) |
| Remove a museum's logo |
Organizations
Tool | Description |
| Search and filter organizations |
| Get an organization by ID |
| Create a new organization |
| Update an organization by ID |
| Create or update by source identifier |
| Upload a logo |
| Remove an organization's logo |
Conferences
Tool | Description |
| Search and filter conferences by name, country, organization, tag, scope (upcoming/past) |
| Get a conference by ID |
| Create a new conference with dates, venue, registration info |
| Update a conference by ID |
Development
npm install
npm run dev # Watch mode
npm run build # Production build
npm start # Run the serverTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for searching Airweave collections with natural language queries.
MCP server for Product Management
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server designed for interacting with the Model Context Protocol Registry API to discover and retrieve information about available MCP servers. It provides tools to search, list, and view detailed configurations and version history for servers within the registry.4MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to explore, search, and query API definitions from OpenAPI/Swagger JSON files.59MIT
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server that enables database operations, schema management, and statistics via natural language through SQL queries and resources.25-
- FlicenseNot gradedqualityBmaintenanceUnified MCP server enabling leaders to query and modify Finnegans data via natural language, with mandatory validation before any write operations.-
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/mytours/confd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server