Stats
Actions
Tags
From FERNme Memory
Remote MCP server that connects to the FERNme API for database operations. Configured via the FERNME_DB environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"fernme": {
"type": "http",
"command": "uvx",
"args": [
"--from",
"fernme[mcp] @ git+https://github.com/mirkofr/[email protected]",
"fernme-mcp"
],
"url": "https://github.com/mirkofr/[email protected]",
"env": {
"FERNME_DB": ""
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
Command-line arguments passed to the server process
Environment variables set when the server starts
FERNME_DB=npx claudepluginhub mirkofr/fernme --plugin fernme-memory