Server data from the Official MCP Registry
MCP server for querying BrainKB, a knowledge base for neuroscience knowledge graphs.
MCP server for querying BrainKB, a knowledge base for neuroscience knowledge graphs.
Remote endpoints: streamable-http: https://mcp.brainkb.org/mcp
This is a Django-based JWT user and scope management server with reasonable authentication and authorization patterns. The codebase shows good use of environment variables for database credentials and standard web framework practices. However, there are moderate concerns around overly broad permission grants, potential credential exposure in environment variable handling, and the inclusion of unvetted third-party JavaScript libraries in the static assets that could pose supply-chain risks. Supply chain analysis found 16 known vulnerabilities in dependencies (1 critical, 4 high severity).
4 files analyzed · 23 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
BrainKB is a cutting-edge knowledge base platform designed to empower scientists worldwide by providing tools for searching, exploring, and visualizing Neuroscience knowledge through knowledge graphs (KGs). Additionally, BrainKB offers advanced tools that enable scientists to contribute new information to the platform, ensuring it remains the premier destination for neuroscience research.
BrainKB serves as a knowledge base platform that provides scientists worldwide with tools for searching, exploring, and visualizing Neuroscience knowledge represented by knowledge graphs (KGs). Moreover, BrainKB provides cutting-edge tools that enable scientists to contribute new information (or knowledge) to the platform, ensuring it remains the go-to destination for all neuroscience-related research needs.
Important: Change default passwords in .env for security.
# Copy the environment template
cp env.template .env
# Edit .env with your configuration (make sure to change passwords!)
nano .env # or use your preferred editor
Recommended: Use the wrapper script (includes Ollama setup + pgAdmin config):
chmod +x start_services.sh
./start_services.sh
Once started, services are accessible at:
http://localhost:8000/
http://localhost:8010/
http://localhost:8007/
http://localhost:7878/ (password protected) graph databasehttp://localhost:5051/Please note: for the Query Service and ML Service, you won’t see anything at their base URLs. To verify they are running, open their API docs at http://localhost:8010/docs and http://localhost:8007/docs respectively.
If you encounter Docker mount errors or issues with file sharing, please refer to the Troubleshooting section in LOCAL_DEPLOYMENT.md.
Please refer to the BrainKB documentation below for additional information regarding BrainKB, its rationale, deployment instructions, and lessons learned.
This project is licensed under the Apache License 2.0.
Copyright © 2024–Present Senseable Intelligence Group
You may obtain a copy of the license at: Apache License, Version 2.0
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.