@contextable/mcp
A persistent AI memory server that enables storage and retrieval of context and project artifacts ac...
Click the "Install Now" button to open the FastMCP connection interface for adding environment variables.
In the FastMCP interface locate the environment variables / ENV fields (often shown as key/value pairs). Add the following keys and values from the README:
- Key: CONTEXTABLE_DATA_DIR
Value: ~/.contextable- Windows example: C:\Users<YourUser>.contextable or %USERPROFILE%.contextable
- Purpose: directory where Contextable stores data.
- Key: CONTEXTABLE_DB_PATH
Value: ~/.contextable/data.db- Windows example: C:\Users<YourUser>.contextable\data.db
- If you want a custom DB location, provide an absolute path here (e.g., /mnt/data/contextable/data.db).
- Key: CONTEXTABLE_LOG_LEVEL
Value: info- Alternatives: debug, info, warn, error (use debug for more verbose logging).
- Key: CONTEXTABLE_DATA_DIR
If you set a custom CONTEXTABLE_DB_PATH, ensure the directory exists and is writable by the MCP process:
- macOS / Linux:
- mkdir -p /path/to/dir
- chmod 700 /path/to/dir
- Windows (PowerShell):
- New-Item -ItemType Directory -Path "C:\path\to\dir" -Force
- macOS / Linux:
Save the ENV entries in the FastMCP interface and confirm/submit the installation. (Use the same Install Now dialog controls to finish the setup.)
Restart the MCP / Claude Desktop client so the new environment values take effect:
- For Claude Desktop: quit and re-open the app after installation.
- If running as an HTTP MCP or standalone process, stop and restart the process.
Verify the installation and ENV usage:
- Confirm the DB file exists at the path you set (e.g., ls ~/.contextable/data.db or check Windows Explorer).
- If you started the MCP in HTTP mode, call the health endpoint: curl http://localhost:3000/health (only applicable if you configured HTTP mode).
Notes and troubleshooting:
- No API keys are required—Contextable stores everything locally by default.
- To increase logging for troubleshooting, set CONTEXTABLE_LOG_LEVEL=debug, save, and restart.
- If you need the default config shown in the README instead of custom values, use the exact default paths above.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Memory Management
View All →Context7
Discover Context7 MCP, a powerful tool that injects fresh, version-specific code docs and examples from official sources directly into your AI prompts. Say goodbye to outdated or incorrect API info—Context7 ensures your language model answers come with the latest coding references. By simply adding "use context7" to your prompt, you get precise, reliable library documentation and working code snippets without leaving your editor. Designed for smooth integration with many MCP-compatible clients and IDEs, it enhances AI coding assistants with accurate, real-time context that boosts developer productivity and confidence.
Memory Bank
Maintains persistent project context through a structured Memory Bank system of five markdown files that track goals, status, progress, decisions, and patterns with automatic timestamp tracking and workflow guidance for consistent documentation across development sessions.
In Memoria
Provides persistent intelligence infrastructure for codebase analysis through hybrid Rust-TypeScript architecture that combines Tree-sitter AST parsing with semantic concept extraction, developer pattern recognition, and SQLite-based persistence to build contextual understanding of codebases over time, learning from developer behavior and architectural decisions.
Kiro Memory
Provides intelligent memory management and task tracking for software development projects with automatic project detection, semantic search, and SQLite-based persistence that maintains context across coding sessions through memory classification, relationship building, and context-aware task creation.
More for Project Management
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Azure DevOps
Supercharge your workflow by bringing Azure DevOps commands directly into VS Code. The Azure DevOps MCP Server lets you manage projects, builds, releases, repos, work items, test plans, and more from your editor with simple prompts. Focused, easy-to-use tools offer clear access to Azure DevOps data, making routine tasks faster while keeping complexity out of your way. Perfect for anyone who wants to streamline DevOps work inside their coding environment.
TaskManager
Manage and execute tasks efficiently with MCP TaskManager in a queue-based system. This server supports planning by accepting and organizing task lists, and execution by delivering tasks one at a time with feedback on completion. It tracks tasks via unique IDs, ensuring smooth workflow coordination through clear stages: planning, executing, and completing. Designed for integration with MCP clients like Claude Desktop, TaskManager simplifies complex task handling and improves automation by providing structured task queues and real-time updates. Its straightforward action parameters allow easy control over task flow, making it a powerful tool for effective task management.
OmniFocus Enhanced
Integrates with OmniFocus on macOS using AppleScript to provide complete task and project management capabilities including CRUD operations, perspective views, batch operations, subtask hierarchies, tag management, and custom filtering for productivity workflows.
Jira
Streamline Jira Cloud integration with this modular MCP server for AI and automation tools. Easily list scrum boards, track issues, add comments, fetch user info, and search users. Designed for extensibility and easy contribution, it helps automate workflows and connect Jira data to custom agents or bots. The server supports key Jira functionalities like retrieving server details and managing issues, all wrapped in a clean, TypeScript-based structure. Whether enhancing existing tools or building new automation, this project simplifies interacting with Jira Cloud via the Model Context Protocol.
Similar MCP Servers
AgentKits Memory
A local, persistent memory system for AI coding assistants that stores decisions, patterns, and session context via MCP tools. It enables cross-session memory management using SQLite and optional vector search without external dependencies or cloud storage.
Doclea MCP
Provides persistent memory for AI coding assistants, storing and retrieving architectural decisions, patterns, and solutions across sessions using semantic search, while also offering git integration for commit messages and code expertise mapping.
AGI MCP Server
Enables persistent memory for AI systems by providing tools for episodic, semantic, and procedural data storage through a vector-and-graph-enhanced database. It allows models to maintain long-term continuity using similarity search, thematic clustering, and identity tracking.
Cipher
Memory-powered agent framework that provides persistent memory capabilities across conversations and sessions using vector databases and embeddings, enabling context retention, reasoning pattern recognition, and shared workspace memory for team collaboration.
AI Memory
Production-ready semantic memory management server that stores, retrieves, and manages contextual knowledge across sessions using PostgreSQL with pgvector for vector similarity search, featuring intelligent caching, multi-user support, memory relationships, automatic clustering, and background job processing for persistent AI memory and knowledge management systems.