Project Ten Model Context Protocol (MCP) server
Project description
projectone-expert
One Model Context Protocol (MCP) server
Prerequisites
- Install
uvfrom Astral or the GitHub README - Install Python using
uv python install 3.13
Installation
Install the MCP server:
uv tool install mylabs-mcp.projectten-expert --force
Add the server to your MCP client config (e.g. ~/.cursor-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
{
"mcpServers": {
"mylabs_mcp.projectten_expert": {
"command": "uvx",
"args": [
"--from",
"mylabs-mcp-projectten-expert",
"projectten-expert"
],
"env": {
"SHELL": "/usr/bin/zsh"
},
"disabled": false,
"autoApprove": []
}
}
}
Development
- Set up the development environment:
uv sync --all-groups
- Run the server:
uv run mylabs-mcp.projectten-expert/server.py
- Install pre-commit hooks:
GIT_CONFIG=/dev/null pre-commit install
Running the Server
Run the server with default stdio transport:
uv run mylabs-mcp.projectten-expert/server.py
Or with SSE transport on a specific port:
uvx projectten-expert/server.py --sse --port 8888
Customizing the Server
- Edit
projectten_expert/server.pyto implement your MCP tools and resources - Add dependencies to
pyproject.tomlwithuv add <dependency> - Update tests and documentation as needed
- Build the project:
uv build - Push the changes:
git push - Create a release:
uv run cz bump - Tag the release:
git push --tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mylabs_mcp_projectten_expert-0.1.0.tar.gz.
File metadata
- Download URL: mylabs_mcp_projectten_expert-0.1.0.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4d39a9691a20c6732b71e0d0437e1d5e3ebe48c93119f7409a5a83c9c2425d3
|
|
| MD5 |
dae1e0a43edbafb0c87284305eb5a650
|
|
| BLAKE2b-256 |
e922582fd0c1dbf834c69cf0cd2ca1bb20875fd8146d60e1e3150eeeca3af922
|
File details
Details for the file mylabs_mcp_projectten_expert-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mylabs_mcp_projectten_expert-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86d648fcccb58001931873ebf284159fca0e6f6037e9e64abb05f09a9711b59c
|
|
| MD5 |
a1542626ddd66d39d4ee95fdb3610584
|
|
| BLAKE2b-256 |
e2d65b7261a6fa581fe4c68db4f0b230e18345854d45394fa3d0b9d337f13e51
|