Tools for creating on-brand marketing content using Marcora's intelligent context infrastructure.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"marcora": {
"url": "https://mcp.marcora.ai"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The context layer for GTM teams — one source of truth for brand and company context, so your whole team produces consistent, on-brand content in any AI tool. Connect your AI tools to Marcora through the Model Context Protocol.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / devops
Persistent memory using a knowledge graph
MCP server for using the GitLab API
Dynamic problem-solving through sequential thought chains
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for ai.marketcore/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The context layer for GTM teams — one source of truth for brand and company context, so your whole team produces consistent, on-brand content in any AI tool. Connect your AI tools to Marcora through the Model Context Protocol.
Learn more: marcora.ai · Smithery: smithery.ai/servers/chris-2acp/marcora
This is the public documentation repository for Marcora's hosted MCP server. The server itself is a commercial, closed-source remote service. This repo provides metadata, connection instructions, tool documentation, and support resources.
| Type | Hosted remote MCP server |
| Implementation | Closed-source (commercial) |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.0 or API token |
| Status | Production |
Marcora is the context layer for go-to-market teams — one source of truth for your brand and company context, so your whole team produces consistent, on-brand content in any AI tool. It stores your brand context, manages reusable content templates (blueprints), and generates marketing documents informed by your full company context. The MCP server brings all of this into your AI assistant — create content, manage context, browse community templates, and organize projects without leaving your chat.
Marcora's MCP server enables AI clients to:
Server URL (OAuth): https://mcp.marcora.ai
Authentication options:
https://mcp.marcora.aihttps://mcp.marcora.ai), passing the key in an Authorization: Bearer <your-api-key> header. The server negotiates the right transport automatically.Add to your MCP client config:
{
"mcpServers": {
"marcora": {
"url": "https://mcp.marcora.ai"
}
}
}
See docs/quickstart.md for setup instructions for Claude, ChatGPT, Claude Desktop, Cursor, and VS Code.
One companion Anthropic Skill ships alongside this server. It teaches your AI client Marcora's mental model, the right tool sequencing, the questions to ask the user before acting, and the pitfalls to avoid — so the agent stops misfiring on tasks that look ambiguous from tool descriptions alone.
| Skill | What it covers | Source |
|---|---|---|
Marcora AI Workflows (marcora-mcp) | Object model (content, blueprints, projects, context items); content-generation patterns; the 4-layer context model; project-brief mechanics; the content plans board and playbooks; building reusable multi-step workflows; and choosing between similar tools | skill/marcora-mcp/ |
Your AI client picks the skill up on demand based on the task.
Get the .skill file from the latest release:
marcora-mcp.skill — the Marcora skill (a zip archive containing SKILL.md and its bundled reference files).Claude Code:
# Download and unzip into your skills directory
mkdir -p ~/.claude/skills
unzip
... [View full README on GitHub](https://github.com/ccromp/marcora-mcp#readme)