LibSQL Memory
Provides a LibSQL-based persistent memory database for storing and retrieving knowledge graph entiti...
- Determine Your Database Type
- Decide whether you will use a local SQLite database or a remote libSQL (such as Turso) database.
If using a local SQLite database:
Locate or Create Your Database File
- Choose a path for your SQLite database file (e.g.,
/path/to/your/database.db). - You can use any
.dbfile—create a new one or use an existing one.
- Choose a path for your SQLite database file (e.g.,
Set the Database URL
- Set the
LIBSQL_URLvalue to point to your SQLite file in the following format:file:/path/to/your/database.db - If using WSL, ensure you use the Linux filesystem format for paths (e.g.,
/home/username/database.db).
- Set the
If using a remote libSQL database (such as Turso):
Create a Remote Database
- Sign up or log in to your remote libSQL provider (e.g., Turso).
- Create a new database following their instructions.
Obtain Your Database Connection URL
- After creating your database, find the connection URL for your database.
- It will look like:
libsql://your-database.turso.io
Obtain Your Authentication Token
- Generate or locate the authentication token for your database on your provider’s dashboard.
- Copy the token (it may be labeled as “API Token,” “Auth Token,” or similar).
Add ENVs in FastMCP
- In the FastMCP connection interface, use the "Install Now" button to add your environment variables.
- Fill in the following fields:
LIBSQL_URL: Use either the local file path (for SQLite) or the remote URL (for libSQL/Turso).LIBSQL_AUTH_TOKEN(only for remote): Paste your auth token.
Variable Example Value LIBSQL_URL file:/path/to/database.db (or) libsql://your-database.turso.io LIBSQL_AUTH_TOKEN your-auth-token Save and Apply
- Save your ENV values. The server will now connect to your specified database.
Note:
- If you do not specify any
LIBSQL_URL, the default isfile:/memory-tool.dbin the current directory. - For full details and graphical steps, refer to your libSQL provider’s documentation, such as the Turso Quickstart Guide.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
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.
More for Database
View All →Supabase MCP Server
Connect Supabase projects directly with AI assistants using the Model Context Protocol (MCP). This server standardizes communication between Large Language Models and Supabase, enabling AI to manage tables, query data, and interact with project features like edge functions, storage, and branching. Customize access with read-only or project-scoped modes and select specific tool groups to fit your needs. Integrated tools cover account management, documentation search, database operations, debugging, and more, empowering AI to assist with development, monitoring, and deployment tasks in your Supabase environment efficiently and securely.
ClickHouse
Unlock powerful analytics with the ClickHouse MCP Server—seamlessly run, explore, and manage SQL queries across ClickHouse clusters or with chDB’s embedded OLAP engine. This server offers easy database and table listing, safe query execution, and flexible access to data from files, URLs, or databases. Built-in health checks ensure reliability, while support for both ClickHouse and chDB enables robust data workflows for any project.
Postgres MCP Pro
Boost your Postgres database performance with Postgres MCP Pro, an AI-driven MCP server offering advanced index tuning, detailed explain plans, and comprehensive health checks. It combines proven optimization algorithms with schema intelligence for safe, context-aware SQL execution. Whether analyzing slow queries or recommending optimal indexes, Postgres MCP Pro empowers developers to improve efficiency and maintain database integrity. Designed for both development and production, it supports flexible transport options and robust access controls, making database management smarter, safer, and easier. Experience deterministic performance insights alongside AI assistance to keep your Postgres running at its best.