datasphere 0.1.1

Background daemon that distills knowledge from Claude Code sessions into a searchable graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "datasphere-mcp",
  "version": "0.1.0",
  "description": "MCP server for datasphere knowledge graph queries",
  "type": "module",
  "main": "index.js",
  "bin": {
    "datasphere-mcp": "./index.js"
  },
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  }
}