
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
MCP Server for intelligent documentation search with RAG-like strategy.
TDocs7 is an MCP (Model Context Protocol) server that allows AI assistants (like Claude) to intelligently search your documentation.
No installation required. Configure directly in your MCP client.
npm install -g tdocs7
Add to your .mcp.json file:
{
"mcpServers": {
"tdocs7": {
"command": "npx",
"args": ["-y", "tdocs7"],
"env": {
"MCP_DOCS_URL": "https://your-api.com/docs",
"MCP_JWT_TOKEN": "your_jwt_token"
}
}
}
}
Add to the configuration file (claude_desktop_config.json):
{
"mcpServers": {
"tdocs7": {
"command": "npx",
"args": ["-y", "tdocs7"],
"env": {
"MCP_DOCS_URL": "https://your-api.com/docs",
"MCP_JWT_TOKEN": "your_jwt_token"
}
}
}
}
| Variable | Required | Description | Default |
|---|---|---|---|
MCP_DOCS_URL | Yes | Documentation URL | - |
MCP_JWT_TOKEN | Yes | JWT token for authentication | - |
MCP_DEFAULT_MAX_RESULTS | No | Number of results per search (1-10) | 3 |
MCP_REQUEST_TIMEOUT | No | Timeout in ms | 10000 |
search_docsSearches for information in the configured documentation.
Parameters:
search (string, required): Term or phrase to searchmax_results (number, optional): Number of excerpts to return (1-10)Example usage by assistant:
Searching for "authentication" in the documentation...
# Clone the repository
git clone https://github.com/YOUR_USERNAME/tdocs7.git
cd tdocs7
# Install dependencies
npm install
# Configure environment variables
cp .env.example .env
# Edit the .env file with your settings
# Run in development
npm run dev
# Build
npm run build
# Lint and format
npm run lint
npm run format
ISC
FAQs
MCP Server para busca em documentação com RAG-like chunking
The npm package tdocs7 receives a total of 0 weekly downloads. As such, tdocs7 popularity was classified as not popular.
We found that tdocs7 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.