Content & Context for Your AI Tools
Host your blogs, PRDs, and content. Make it all accessible to your AI through a simple API or MCP server. Perfect for founders and engineers who want their AI to have instant access to product context and documentation.
$ npx minutecms-mcp
✓ AI can reference your PRDs
✓ Context always available
Built for Founders & Engineers Using AI
Host your content, make it accessible through APIs and MCP servers, and give your AI tools the context they need to work effectively.
MCP Server Integration
Connect your AI tools through our MCP server. Let your AI reference PRD IDs, product definitions, and documentation instantly without manual context switching.
Simple API Access
Access all your content through a clean, simple API. Perfect for Next.js SSR, client-side rendering, or any framework you choose.
AI Blog Publishing
Store AI-written blogs and publish them on your website with full SEO optimization. Built for SSR with Next.js to maximize search visibility.
Context for AI Models
Give your AI models persistent access to product definitions and documentation. No more copy-pasting context into every conversation.
Developer-Friendly
Built by engineers for engineers. TypeScript SDK, REST API, and MCP server support. Integrate with your workflow in minutes.
Host Everything
Store blogs, PRDs, technical docs, and any text content. Make it all accessible to your team and your AI tools.
How It Works
Store content, connect your AI tools, and give them persistent context in three simple steps.
Store Your ContentLatest
Upload your blogs, PRDs, documentation, and any text content to Minute CMS. Organize it however you like with tags and categories.
Connect via MCP Server or API
Use our MCP server to let your AI tools reference content by ID, or use our simple API to fetch content for your website or application.
AI Tools with Context
Tell your AI to reference a PRD ID and start working. Your AI always has the latest context on products, documentation, and blogs without manual copy-pasting.
MCP Server Integration Example
// Access content via MCP Server
// Tell your AI: "Reference PRD-123 and implement the feature"
// Or use the API directly in your Next.js app
import { getContent } from 'minutecms';
export default async function BlogPage() {
// Fetch blog posts for SEO-optimized SSR
const posts = await getContent('blog', {
published: true,
limit: 10
});
return (
<div>
{posts.map((post) => (
<article key={post.id}>
<h1>{post.title}</h1>
{/* Content is sanitized on the server */}
<div dangerouslySetInnerHTML={{ __html: post.content }} />
</article>
))}
</div>
);
}Simple, Transparent Pricing
Choose the plan that fits your needs. Start free, upgrade when you need more.
Free
Perfect for getting started
- 1 Project
- 100 API Requests/day
- Basic Analytics
- Community Support
Pro
For professional projects
- Unlimited Projects
- 100,000 API Requests/day
- MCP Server Access
- Advanced Analytics
- Priority Support
- Custom Domains
Enterprise
For large-scale applications
- Everything in Pro
- Unlimited API Requests
- Dedicated MCP Server
- Dedicated Support
- SLA Guarantee
- Custom Integrations