MCP server for FluxMem — memory + wiki tools for Claude Code, Cursor, Windsurf
Project description
FluxMem MCP Server
Use FluxMem memory natively in Claude Code, Cursor, Windsurf, and any MCP-compatible AI tool.
Setup
1. Install
pip install fluxmem-mcp
# or
uvx fluxmem-mcp
2. Configure environment
export FLUXMEM_API_KEY=fxm_your_key_here
export FLUXMEM_URL=http://localhost:8000
export FLUXMEM_NAMESPACE=user:default
3. Connect to your AI tool
Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"fluxmem": {
"command": "fluxmem-mcp",
"env": {
"FLUXMEM_API_KEY": "fxm_your_key_here",
"FLUXMEM_URL": "http://localhost:8000",
"FLUXMEM_NAMESPACE": "user:default"
}
}
}
}
Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"fluxmem": {
"command": "fluxmem-mcp",
"env": {
"FLUXMEM_API_KEY": "fxm_your_key_here",
"FLUXMEM_URL": "http://localhost:8000"
}
}
}
}
Windsurf
Add in Windsurf MCP settings:
{
"mcpServers": {
"fluxmem": {
"command": "fluxmem-mcp",
"env": {
"FLUXMEM_API_KEY": "fxm_your_key_here",
"FLUXMEM_URL": "http://localhost:8000"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
add_memory |
Store a memory (episodic/semantic/procedural) |
search_memory |
Search for relevant memories |
get_context |
Get assembled context for LLM injection |
reinforce_memory |
Mark a memory as important |
get_entity_profile |
Get entity profile summary + facts |
Available Resources
| URI | Description |
|---|---|
fluxmem://memory/{id} |
Single memory by ID |
fluxmem://entity/{ref} |
Entity profile |
fluxmem://stats/{namespace} |
Namespace statistics |
Available Prompts
| Prompt | Description |
|---|---|
remember_context |
Fetch + inject relevant memory context before any query |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fluxmem_mcp-0.2.0.tar.gz
(8.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fluxmem_mcp-0.2.0.tar.gz.
File metadata
- Download URL: fluxmem_mcp-0.2.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d774d665213381aa19187de0e36c4eb6decae76189785b5d82f0f93bca5cace
|
|
| MD5 |
69b95db0768bb1f95304a9eb1e0d237d
|
|
| BLAKE2b-256 |
8049a0257a4e816730ad30fa11f87d19c093801ae0dbfd128206a5ee67de9651
|
File details
Details for the file fluxmem_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: fluxmem_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b714cb65f0f6c5fa09f75de2b90a9947b0b5546b837ca798ef57d2a7e6673ae
|
|
| MD5 |
1428cfddf3b647d1899b0f5170ca5c08
|
|
| BLAKE2b-256 |
d2cd7e687544379f856d9f11160f477adb15e4b73b11979df0e11c839461f1e0
|