Skip to main content
Glama
package.json1.35 kB
{ "name": "vec-memory-mcp", "version": "1.1.0", "description": "MCP server with SQLite vec0 and Ollama embeddings for graph-based semantic memory", "main": "dist/index.js", "bin": { "vec-memory-mcp": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build", "release": "np" }, "keywords": [ "mcp", "vector", "embeddings", "ollama", "sqlite", "memory", "graph" ], "author": "dlasky", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1", "better-sqlite3": "^12.4.1", "express": "^5.1.0", "sqlite-vec": "^0.1.7-alpha.2", "yargs": "^18.0.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/express": "^5.0.5", "@types/jest": "^30.0.0", "@types/node": "^24.8.1", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.46.1", "eslint": "^9.38.0", "jest": "^30.2.0", "np": "^10.2.0", "ts-jest": "^29.4.5", "tsx": "^4.20.6", "typescript": "^5.9.3" } }

Latest Blog Posts

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/dlasky/mcp-memory-vec'

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