Skip to content

AI4RA/mcp-ecfr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Basic MCP Server Structure

An MCP server typically includes:

  • Server Configuration: Setup port, authentication, and other settings
  • Resources: Data and context made available to LLMs
  • Tools: Functionality that models can invoke
  • Prompts: Templates for generating or structuring text

Instructions

-0- Create a virtual environment

python -m venv venv

-1- Activate the virtual environment

venv\Scripts\activate

-2- Install the dependencies

pip install "mcp[cli]"
pip install requirements.txt

-3- Run the sample

mcp run server.py

About

eCFR MCP Server — Claude connector for federal regulations

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages