@boxpositron/with-context-mcp
MCP server package with-context-mcp
Install
agr install @boxpositron/with-context-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "with-context-mcp", "version": "3.0.7", "description": "MCP server for project-scoped note management across multiple note-taking apps (Obsidian, and more)", "main": "dist/index.js", "type": "module", "bin": { "with-context-mcp": "./dist/index.js" }, "exports": { ".": "./dist/index.js", "./tools": "./dist/tools/index.js", "./config": "./dist/config/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "watch": "tsc --watch", "prepare": "husky", "prepublishOnly": "npm run build", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check ." }, "keywords": [ "mcp", "notes", "obsidian", "notion", "context", "markdown", "documentation", "note-taking", "model-context-protocol" ], "author": "David Ibia", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/boxpositron/with-context-mcp.git" }, "homepage": "https://github.com/boxpositron/with-context-mcp#readme", "bugs": { "url": "https://github.com/boxpositron/with-context-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.6.0", "dotenv": "^16.3.0", "fuzzysort": "^3.1.0", "glob": "^11.0.3", "micromatch": "^4.0.8", "with-context-mcp": "^2.1.0", "zod": "^3.22.0" }, "devDependencies": { "@eslint/js": "^9.39.0", "@types/eslint__js": "^8.42.3", "@types/micromatch": "^4.0.10", "@types/node": "^20.0.0", "@vitest/coverage-v8": "^4.0.6", "@vitest/ui": "^4.0.6", "eslint": "^9.39.0", "eslint-config-prettier": "^10.1.8", "husky": "^9.1.7", "lint-staged": "^16.2.6", "prettier": "^3.6.2", "tsx": "^4.7.0", "typescript": "^5.3.0", "typescript-eslint": "^8.46.2", "vitest": "^4.0.6" }, "lint-staged": { ".{ts,js}": [ "eslint --fix", "prettier --write" ], ".{json,md,yml,yaml}": [ "prettier --write" ] } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-7eb9da78543d2026-08-05