Skip to main content
Glama

Searchcraft MCP Server

Official
package.json1.88 kB
{ "name": "searchcraft-mcp-server", "version": "0.2.0", "description": "Searchcraft's MCP Server", "type": "module", "main": "index.js", "author": "Searchcraft", "license": "Apache-2.0", "scripts": { "build": "rm -rf dist && node build.mjs", "dev": "tsx watch src/index.ts", "dev:stdio": "tsx watch src/stdio-server.ts", "clean": "rm -rf dist", "start": "node dist/server.js", "start:stdio": "node dist/stdio-server.js", "typecheck": "tsc --noEmit", "inspect": "yarn build && npx @modelcontextprotocol/inspector node ./dist/stdio-server.js", "inspect:rest": "yarn build && (yarn start &) && sleep 3 && npx @modelcontextprotocol/inspector --transport http --server-url http://localhost:3100/mcp", "claude-logs": "tail -n 20 -F ~/Library/Logs/Claude/mcp*.log", "lint": "biome check .", "lint:fix": "biome check --write .", "test": "vitest", "test:run": "vitest run", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui" }, "bin": { "searchcraft": "./dist/server.js", "searchcraft-stdio": "./dist/stdio-server.js" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "dotenv": "^16.6.1", "express": "^5.1.0", "zod": "^3.25.76" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/express": "^5.0.2", "@types/node": "^22.15.21", "@types/supertest": "^6.0.3", "@vitest/coverage-v8": "^4.0.6", "@vitest/ui": "^4.0.6", "esbuild": "^0.25.5", "msw": "^2.11.6", "supertest": "^7.1.4", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^4.0.6" } }

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/searchcraft-inc/searchcraft-mcp-server'

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