Skip to main content
Glama

Baloosearch MCP Server

by el95149
package.json1.2 kB
{ "name": "baloosearch-mcp", "version": "1.0.0", "type": "module", "description": "A Model Context Protocol (MCP) server that provides file search functionality using KDE's baloosearch tool. Allows AI assistants to search your files using natural language queries.", "bin": { "baloosearch-mcp": "src/server/mcp-server.js" }, "main": "src/server/mcp-server.js", "directories": { "test": "test" }, "scripts": { "start": "node src/server/mcp-server.js", "inspector": "npx @modelcontextprotocol/inspector node src/server/mcp-server.js", "test-tool": "node src/test-tool.js", "test-server": "node src/test-server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "kde", "baloo", "baloosearch", "file-search", "semantic-search", "ai", "claude" ], "author": "Your Name <your.email@example.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/yourusername/baloosearch-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "zod": "^3.25.76" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/el95149/baloosearch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server