Skip to main content
Glama
pyproject.toml1.49 kB
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp-hivemind-server" version = "1.0.3" description = "Intelligent MCP server that creates living documentation for codebases with AI-enriched context" readme = "README.md" license = {file = "LICENSE"} authors = [ {name = "Jahanzaib Kaleem", email = "jahanzaibkaleem@example.com"} ] keywords = [ "mcp", "model-context-protocol", "documentation", "codebase", "ai", "llm", "code-analysis", "tree-sitter" ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Documentation", "Topic :: Software Development :: Code Generators", ] requires-python = ">=3.11" dependencies = [ "mcp>=0.9.0", "tree-sitter>=0.21.0", "tree-sitter-languages>=1.10.0", "aiofiles>=23.0.0", "pyyaml>=6.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", ] [project.urls] Homepage = "https://github.com/Jahanzaib-Kaleem/hive-mind-mcp" Repository = "https://github.com/Jahanzaib-Kaleem/hive-mind-mcp" Issues = "https://github.com/Jahanzaib-Kaleem/hive-mind-mcp/issues" [project.scripts] hive-mind = "server:main" [tool.hatch.build.targets.wheel] packages = ["."]

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/Jahanzaib-Kaleem/hive-mind-mcp'

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