Read/write access to your Filamental knowledge graph vault. 12 tools. Local-first, no auth.
claude mcp add filamental -- npx -y filamental-mcp
claude_desktop_config.json
{
"mcpServers": {
"filamental": {
"command": "npx",
"args": [
"-y",
"filamental-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"filamental": {
"command": "npx",
"args": [
"-y",
"filamental-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"filamental": {
"command": "npx",
"args": [
"-y",
"filamental-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"filamental": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"filamental-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"filamental": {
"command": "npx",
"args": [
"-y",
"filamental-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Scottnine--filamental/reviews or the review_server meta-tool.
POST /mcp