Sequential Thinking MCP Server
Dynamic problem-solving through sequential thought chains
Persistent semantic memory API for AI agents via BlueColumn.
{
"mcpServers": {
"io-github-bluecolumnconsulting-lgtm-bluecolumn-memory": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Persistent semantic memory API for AI agents via BlueColumn.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
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 io.github.bluecolumnconsulting-lgtm/bluecolumn-memory and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for BlueColumn — persistent semantic memory for AI agents.
Give any MCP-compatible agent (Claude Desktop, LangChain, AutoGen, CrewAI) the ability to remember, recall, and store observations across sessions.
| Tool | Description |
|---|---|
remember | Ingest text, audio, or documents into persistent memory |
recall | Query memory with natural language, get AI-synthesized answer + sources |
note | Store lightweight agent observations as searchable vectors |
Sign up free at bluecolumn.ai — 60 min audio + 100 queries/month, no credit card required.
npm install -g bluecolumn-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bluecolumn": {
"command": "bluecolumn-mcp",
"env": {
"BLUECOLUMN_API_KEY": "bc_live_YOUR_KEY"
}
}
}
}
Restart Claude Desktop. Your agent now has persistent memory.
Once configured, your agent can:
Remember this: our API uses Voyage AI embeddings at 512 dimensions
→ Uses the `remember` tool automatically
What embedding model does our API use?
→ Uses the `recall` tool to query memory
Note: user prefers bullet points over paragraphs
→ Uses the `note` tool for quick observations
from langchain_mcp import MCPToolkit
toolkit = MCPToolkit(server_name="bluecolumn")
tools = toolkit.get_tools()
# Tools: remember, recall, note — all backed by BlueColumn
| Plan | Price | Audio | Queries |
|---|---|---|---|
| Free | $0 | 60 min/mo | 100/mo |
| Developer | $29/mo | 600 min | 2,000 |
| Builder | $79/mo | 2,000 min | 8,000 |
| Scale | $249/mo | 6,000 min | 20,000 |