MCP Server
io.github.varun29ankuS/mif-tools MCP Server
io.github.varun29ankuS/mif-tools
What is the io.github.varun29ankuS/mif-tools MCP server?
Convert, validate, and inspect AI agent memories across formats
How to install io.github.varun29ankuS/mif-tools
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mif-tools": {
"command": "uvx",
"args": [
"mif-tools"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mif-tools": {
"command": "uvx",
"args": [
"mif-tools"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mif-tools": {
"command": "uvx",
"args": [
"mif-tools"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mif-tools": {
"type": "stdio",
"command": "uvx",
"args": [
"mif-tools"
]
}
}
}Claude Code
claude mcp add mif-tools -- uvx mif-toolsRelated MCP servers
Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.
View repository →