MCP_INTEGRATIONMCP_INTEGRATIONMCP_INTEGRATION
System Extension // Neural Link Established
WHAT IS MCP?
The Model Context Protocol (MCP) is an open standard that enables AI models (like Claude, Cursor, or ChatGPT) to securely access local and remote data.
By installing the ATLASSC.NET MCP server, you give your AI assistant direct access to our database, allowing it to list posts, search tags, and retrieve full articles directly into your chat context.
INSTALLATION_GUIDE
1. ENDPOINT URL
Use this URL for your MCP client configuration:
https://atlassc.net/mcp2. CLAUDE DESKTOP SETUP
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"atlassc-blog": {
"url": "https://atlassc.net/mcp"
}
}
}3. CURSOR / WINDOSRF SETUP
Go to Settings > Features > MCP and add a new server:
- Name: ATLASSC.NET
- Type: command (stdio) or SSE (http)
- URL: https://atlassc.net/mcp
AVAILABLE_TOOLS
tool: list_posts
Browse current feed with tag/search filters.
tool: get_post
Decrypt and read full post content via slug.
tool: list_tags
Index all available data fragments by tag.
tool: get_related_posts
Discover correlated data streams.