Skip to main content
Glama

Nowledge Mem

Official
by nowledge-co
pyproject.toml763 B
[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "nowledge-mem-python" version = "1.0.0" description = "A Python MCP server for Nowledge Mem" authors = [ {name = "Nowledge Labs, LLC", email = "hello@nowledge-labs.ai"} ] license = {text = "Apache-2.0"} classifiers = [ "Private :: Do Not Upload" # Prevents accidental uploads to PyPI ] [project.dependencies] fastmcp = ">=2.12.4" [tool.setuptools] packages = ["server"] [project.scripts] bundle-deps = "python:install_deps" # Custom scripts section for DXT development [tool.dxt] bundle = "pip install \"mcp[all]\" --target server/lib --upgrade --force-reinstall" test = "python server/main.py --debug" pack = "npx @anthropic-ai/dxt pack"

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/nowledge-co/claude-dxt'

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