
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@brain-bbqs/neuro-mcp
Advanced tools
**GlobalModelContextProtocol using FastMCP for Neuroscience Python Packages**
GlobalModelContextProtocol using FastMCP for Neuroscience Python Packages
NeuroMCP is a scalable, Pythonic framework for integrating neuroscience Python packages through the Model Context Protocol (MCP) using FastMCP. It provides a standardized way to expose neuroscience tools, ontologies, and neural device interfaces for agentic AI workflows.
neuromcp/
├── src/neuromcp/
│ ├── __init__.py # Package entry point
│ ├── server.py # Main MCP server implementation
│ ├── registry.py # Provider registry and discovery
│ ├── cli.py # Command-line interface
│ ├── config/
│ │ ├── __init__.py
│ │ └── settings.py # Configuration management
│ ├── providers/ # Provider implementations
│ │ ├── __init__.py
│ │ ├── base.py # Base provider interface
│ │ ├── ontology_provider.py # Ontology & BIDS validation
│ │ └── neural_device_provider.py # Device translation
│ └── utils/ # Utility functions
│ ├── __init__.py
│ └── validation.py # Data validation utilities
├── tests/
│ ├── unit/ # Unit tests
│ └── integration/ # Integration tests
├── examples/ # Usage examples
├── pyproject.toml # Project configuration
└── README.md # This file
pip install neuromcp
# List available providers
neuromcp list-providers
# Run the server with auto-discovery
neuromcp run
# Run with custom configuration
neuromcp run --config config.yaml
# Run with specific options
neuromcp run --log-level DEBUG --auto-discover true
The Ontology Provider offers comprehensive support for neuroscience standards and ontologies through specialized subproviders:
MIT License - see LICENSE file for details
FAQs
**GlobalModelContextProtocol using FastMCP for Neuroscience Python Packages**
We found that @brain-bbqs/neuro-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.